Merge "Remove broken not used code"
[aai/champ.git] / pom.xml
1 <!--
2 ============LICENSE_START=======================================================
3 org.onap.aai
4 ================================================================================
5 Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved.
6 Copyright © 2017-2018 Amdocs
7 ================================================================================
8 Licensed under the Apache License, Version 2.0 (the "License");
9 you may not use this file except in compliance with the License.
10 You may obtain a copy of the License at
11
12       http://www.apache.org/licenses/LICENSE-2.0
13
14 Unless required by applicable law or agreed to in writing, software
15 distributed under the License is distributed on an "AS IS" BASIS,
16 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 See the License for the specific language governing permissions and
18 limitations under the License.
19 ============LICENSE_END=========================================================
20 -->
21 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23     <modelVersion>4.0.0</modelVersion>
24
25     <parent>
26         <groupId>org.onap.oparent</groupId>
27         <artifactId>oparent</artifactId>
28         <version>1.1.0</version>
29     </parent>
30
31     <groupId>org.onap.aai</groupId>
32     <artifactId>champ</artifactId>
33     <name>aai-champ</name>
34     <packaging>pom</packaging>
35     <version>1.3.0-SNAPSHOT</version>
36
37     <properties>
38         <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
39         <event.client.version>1.2.1</event.client.version>
40     </properties>
41
42     <modules>
43         <module>champ-lib</module>
44         <module>champ-service-deps-janus</module>
45         <module>champ-service-deps-titan</module>
46         <module>champ-service</module>
47     </modules>
48
49     <build>
50         <plugins>
51             <plugin>
52                 <groupId>org.apache.maven.plugins</groupId>
53                 <artifactId>maven-deploy-plugin</artifactId>
54                 <configuration>
55                     <skip>true</skip>
56                 </configuration>
57             </plugin>
58         </plugins>
59     </build>
60
61     <dependencyManagement>
62         <dependencies>
63
64             <dependency>
65                 <groupId>org.onap.aai.event-client</groupId>
66                 <artifactId>event-client-api</artifactId>
67                 <version>${event.client.version}</version>
68             </dependency>
69
70             <dependency>
71                 <groupId>org.onap.aai.event-client</groupId>
72                 <artifactId>event-client-dmaap</artifactId>
73                 <version>${event.client.version}</version>
74             </dependency>
75
76             <dependency>
77                 <groupId>org.onap.aai.event-client</groupId>
78                 <artifactId>event-client-kafka</artifactId>
79                 <version>${event.client.version}</version>
80             </dependency>
81
82             <dependency>
83                 <groupId>commons-collections</groupId>
84                 <artifactId>commons-collections</artifactId>
85                 <version>20040616</version>
86             </dependency>
87
88             <dependency>
89                 <groupId>ch.qos.logback</groupId>
90                 <artifactId>logback-classic</artifactId>
91                 <version>1.2.3</version>
92             </dependency>
93
94             <dependency>
95                 <groupId>ch.qos.logback</groupId>
96                 <artifactId>logback-core</artifactId>
97                 <version>1.2.3</version>
98             </dependency>
99
100             <dependency>
101                 <groupId>org.apache.hadoop</groupId>
102                 <artifactId>hadoop-common</artifactId>
103                 <version>2.7.6</version>
104             </dependency>
105
106             <dependency>
107                 <groupId>org.apache.hbase</groupId>
108                 <artifactId>hbase-client</artifactId>
109                 <version>1.0.2</version>
110             </dependency>
111
112             <dependency>
113                 <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
114                 <artifactId>dmaapClient</artifactId>
115                 <version>1.1.5</version>
116             </dependency>
117
118             <dependency>
119                 <groupId>io.netty</groupId>
120                 <artifactId>netty-all</artifactId>
121                 <version>4.1.24.Final</version>
122             </dependency>
123
124             <dependency>
125                 <groupId>io.netty</groupId>
126                 <artifactId>netty</artifactId>
127                 <version>3.10.6.Final</version>
128             </dependency>
129
130             <dependency>
131                 <groupId>org.apache.zookeeper</groupId>
132                 <artifactId>zookeeper</artifactId>
133                 <version>3.4.12</version>
134             </dependency>
135
136             <dependency>
137                 <groupId>com.fasterxml.jackson.core</groupId>
138                 <artifactId>jackson-core</artifactId>
139                 <version>2.8.11</version>
140             </dependency>
141
142             <dependency>
143                 <groupId>com.fasterxml.jackson.core</groupId>
144                 <artifactId>jackson-databind</artifactId>
145                 <version>2.8.11.1</version>
146             </dependency>
147
148             <dependency>
149                 <groupId>org.apache.httpcomponents</groupId>
150                 <artifactId>httpclient-cache</artifactId>
151                 <version>4.5.3</version>
152             </dependency>
153
154             <dependency>
155                 <groupId>org.apache.httpcomponents</groupId>
156                 <artifactId>httpclient</artifactId>
157                 <version>4.5.3</version>
158             </dependency>
159
160             <dependency>
161                 <groupId>org.codehaus.groovy</groupId>
162                 <artifactId>groovy</artifactId>
163                 <version>2.4.15</version>
164             </dependency>
165         </dependencies>
166     </dependencyManagement>
167
168     <distributionManagement>
169         <repository>
170             <id>ecomp-releases</id>
171             <name>ECOMP Release Repository</name>
172             <url>${onap.nexus.url}/content/repositories/releases/</url>
173         </repository>
174         <snapshotRepository>
175             <id>ecomp-snapshots</id>
176             <name>ECOMP Snapshot Repository</name>
177             <url>${onap.nexus.url}/content/repositories/snapshots/</url>
178         </snapshotRepository>
179     </distributionManagement>
180
181 </project>