[SDC] Onboarding 1710 rebase.
[sdc.git] / openecomp-be / backend / openecomp-sdc-healthcheck-manager / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6
7     <parent>
8         <groupId>org.openecomp.sdc</groupId>
9         <artifactId>backend</artifactId>
10         <version>1.1.0-SNAPSHOT</version>
11     </parent>
12
13     <artifactId>openecomp-sdc-healthcheck-manager</artifactId>
14     <version>1.1.0-SNAPSHOT</version>
15     <dependencies>
16         <dependency>
17             <groupId>org.openecomp.sdc.core</groupId>
18             <artifactId>openecomp-utilities-lib</artifactId>
19             <version>${project.version}</version>
20         </dependency>
21
22         <dependency>
23             <groupId>org.openecomp.sdc</groupId>
24             <artifactId>openecomp-sdc-logging-api</artifactId>
25             <version>${project.version}</version>
26         </dependency>
27         <dependency>
28             <groupId>org.openecomp.sdc</groupId>
29             <artifactId>openecomp-sdc-logging-core</artifactId>
30             <version>${project.version}</version>
31         </dependency>
32         <dependency>
33             <groupId>org.openecomp.sdc.core</groupId>
34             <artifactId>openecomp-facade-core</artifactId>
35             <version>${project.version}</version>
36         </dependency>
37         <dependency>
38             <groupId>org.openecomp.sdc</groupId>
39             <artifactId>activity-log-rest-types</artifactId>
40             <version>${project.version}</version>
41         </dependency>
42         <dependency>
43             <groupId>org.openecomp.sdc</groupId>
44             <artifactId>activity-log-rest-types</artifactId>
45             <version>${project.version}</version>
46         </dependency>
47
48         <dependency>
49             <groupId>org.openecomp.sdc.core</groupId>
50             <artifactId>openecomp-zusammen-core</artifactId>
51             <version>${project.version}</version>
52
53         </dependency>
54         <dependency>
55             <groupId>org.mockito</groupId>
56             <artifactId>mockito-all</artifactId>
57             <version>1.10.19</version>
58         </dependency>
59         <dependency>
60             <groupId>junit</groupId>
61             <artifactId>junit</artifactId>
62             <version>4.12</version>
63             <scope>test</scope>
64         </dependency>
65     </dependencies>
66     <build>
67         <plugins>
68             <plugin>
69                 <groupId>org.apache.maven.plugins</groupId>
70                 <artifactId>maven-jar-plugin</artifactId>
71                 <configuration>
72                     <archive>
73                         <manifest>
74                              <addDefaultImplementationEntries>
75                                 true
76                             </addDefaultImplementationEntries>
77                         </manifest>
78                     </archive>
79                 </configuration>
80             </plugin>
81         </plugins>
82     </build>
83 </project>