Merge "Add proxy support"
[sdc.git] / openecomp-be / lib / openecomp-core-lib / openecomp-zusammen-lib / openecomp-zusammen-core / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4     <modelVersion>4.0.0</modelVersion>
5
6     <name>openecomp-zusammen-core</name>
7     <artifactId>openecomp-zusammen-core</artifactId>
8
9     <parent>
10         <groupId>org.openecomp.sdc.core</groupId>
11         <artifactId>openecomp-zusammen-lib</artifactId>
12         <version>1.1.0-SNAPSHOT</version>
13     </parent>
14
15     <dependencies>
16         <dependency>
17             <groupId>org.openecomp.sdc.core</groupId>
18             <artifactId>openecomp-zusammen-api</artifactId>
19             <version>${project.version}</version>
20         </dependency>
21         <dependency>
22             <groupId>com.amdocs.zusammen</groupId>
23             <artifactId>zusammen-commons-utils</artifactId>
24               <version>${zusammen.version}</version>
25         </dependency>
26         <dependency>
27             <groupId>com.amdocs.zusammen</groupId>
28             <artifactId>zusammen-adaptor-inbound-api</artifactId>
29               <version>${zusammen.version}</version>
30         </dependency>
31         <dependency>
32             <groupId>com.amdocs.zusammen</groupId>
33             <artifactId>zusammen-adaptor-inbound-impl</artifactId>
34               <version>${zusammen.version}</version>
35             <scope>runtime</scope>
36         </dependency>
37         <dependency>
38             <groupId>org.openecomp.sdc.core</groupId>
39             <artifactId>openecomp-zusammen-plugin</artifactId>
40             <version>${project.version}</version>
41             <scope>runtime</scope>
42             <exclusions>
43                 <exclusion>
44                     <groupId>com.datastax.cassandra</groupId>
45                     <artifactId>cassandra-driver-core</artifactId>
46                 </exclusion>
47                 <exclusion>
48                     <groupId>com.datastax.cassandra</groupId>
49                     <artifactId>cassandra-driver-mapping</artifactId>
50                 </exclusion>
51             </exclusions>
52         </dependency>
53         <dependency>
54             <groupId>com.amdocs.zusammen.plugin</groupId>
55             <artifactId>zusammen-search-index-empty-plugin</artifactId>
56               <version>${zusammen.version}</version>
57             <scope>runtime</scope>
58         </dependency>
59         <dependency>
60             <groupId>org.openecomp.sdc</groupId>
61             <artifactId>openecomp-sdc-logging-core</artifactId>
62             <version>${project.version}</version>
63         </dependency>
64         <dependency>
65             <groupId>org.openecomp.sdc</groupId>
66             <artifactId>openecomp-sdc-datatypes-lib</artifactId>
67             <version>${project.version}</version>
68         </dependency>
69         <dependency>
70             <groupId>org.openecomp.sdc.core</groupId>
71             <artifactId>openecomp-facade-core</artifactId>
72             <version>${project.version}</version>
73         </dependency>
74         <dependency>
75             <groupId>javax.servlet</groupId>
76             <artifactId>javax.servlet-api</artifactId>
77             <version>3.1.0</version>
78         </dependency>
79         <dependency>
80             <groupId>org.openecomp.sdc.core</groupId>
81             <artifactId>openecomp-nosqldb-core</artifactId>
82             <version>${project.version}</version>
83         </dependency>
84     </dependencies>
85 </project>