update sdc version
[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.3.0-SNAPSHOT</version>
11     </parent>
12
13     <artifactId>openecomp-sdc-healthcheck-manager</artifactId>
14     <version>1.3.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             <scope>runtime</scope>
32         </dependency>
33         <dependency>
34             <groupId>org.openecomp.sdc.core</groupId>
35             <artifactId>openecomp-facade-core</artifactId>
36             <version>${project.version}</version>
37         </dependency>
38         <dependency>
39             <groupId>org.openecomp.sdc.core</groupId>
40             <artifactId>openecomp-zusammen-core</artifactId>
41             <version>${project.version}</version>
42         </dependency>
43         <dependency>
44             <groupId>org.mockito</groupId>
45             <artifactId>mockito-all</artifactId>
46             <version>1.10.19</version>
47         </dependency>
48         <dependency>
49             <groupId>junit</groupId>
50             <artifactId>junit</artifactId>
51             <version>4.12</version>
52             <scope>test</scope>
53         </dependency>
54     </dependencies>
55     <build>
56         <plugins>
57             <plugin>
58                 <groupId>org.apache.maven.plugins</groupId>
59                 <artifactId>maven-jar-plugin</artifactId>
60                 <version>${mvn.jar.version}</version>
61                 <configuration>
62                     <archive>
63                         <manifest>
64                              <addDefaultImplementationEntries>
65                                 true
66                             </addDefaultImplementationEntries>
67                         </manifest>
68                     </archive>
69                 </configuration>
70             </plugin>
71         </plugins>
72     </build>
73 </project>