Merge "[1707-OS] Updated license text according to the"
[sdc.git] / openecomp-be / lib / openecomp-common-lib / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3     <modelVersion>4.0.0</modelVersion>
4
5     <groupId>org.openecomp.sdc.core</groupId>
6     <name>openecomp-common-lib</name>
7     <artifactId>openecomp-common-lib</artifactId>
8
9     <parent>
10         <artifactId>openecomp-sdc-lib</artifactId>
11         <groupId>org.openecomp.sdc</groupId>
12         <version>1.1.0-SNAPSHOT</version>
13         <relativePath>..</relativePath>
14     </parent>
15
16     <dependencies>
17         <dependency>
18             <groupId>org.openecomp.sdc.core</groupId>
19             <artifactId>openecomp-utilities-lib</artifactId>
20             <version>${project.version}</version>
21         </dependency>
22         <dependency>
23             <groupId>org.openecomp.sdc</groupId>
24             <artifactId>openecomp-sdc-datatypes-lib</artifactId>
25             <version>${project.version}</version>
26         </dependency>
27         <dependency>
28             <groupId>javax.ws.rs</groupId>
29             <artifactId>javax.ws.rs-api</artifactId>
30             <version>2.1-m05</version>
31         </dependency>
32         <dependency>
33             <groupId>ch.qos.logback</groupId>
34             <artifactId>logback-classic</artifactId>
35             <version>${logback.version}</version>
36         </dependency>
37     </dependencies>
38
39 </project>