update pom version + change version file
[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     <parent>
6         <artifactId>openecomp-sdc-lib</artifactId>
7         <groupId>org.openecomp.sdc</groupId>
8         <version>1.1.0-SNAPSHOT</version>
9     </parent>
10
11     <artifactId>openecomp-common-lib</artifactId>
12     
13     <name>openecomp-common-lib</name>
14
15     <dependencies>
16         <dependency>
17             <groupId>org.openecomp.sdc</groupId>
18             <artifactId>openecomp-utilities-lib</artifactId>
19             <version>1.1.0-SNAPSHOT</version>
20         </dependency>
21
22         <dependency>
23             <groupId>org.openecomp.sdc</groupId>
24             <artifactId>openecomp-sdc-datatypes-lib</artifactId>
25             <version>1.1.0-SNAPSHOT</version>
26         </dependency>
27         <dependency>
28             <groupId>javax.ws.rs</groupId>
29             <artifactId>javax.ws.rs-api</artifactId>
30             <version>${ws.rs.version}</version>
31         </dependency>
32         <dependency>
33             <groupId>ch.qos.logback</groupId>
34             <artifactId>logback-classic</artifactId>
35             <version>1.1.2</version>
36         </dependency>
37         <dependency>
38             <groupId>ch.qos.logback</groupId>
39             <artifactId>logback-classic</artifactId>
40             <version>1.1.2</version>
41         </dependency>
42     </dependencies>
43
44
45
46 </project>