1fa571fa108b737d5d229642d66457c864376b3e
[aai/champ.git] / champ-service-deps-janus / 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.aai</groupId>
27         <artifactId>champ</artifactId>
28         <version>1.4.0-SNAPSHOT</version>
29     </parent>
30
31     <groupId>org.onap.aai.champ</groupId>
32     <artifactId>champ-service-deps-janus</artifactId>
33     <packaging>pom</packaging>
34
35     <dependencies>
36         <dependency>
37             <groupId>org.onap.aai.champ.champ-lib</groupId>
38             <artifactId>champ-janus</artifactId>
39             <version>${project.version}</version>
40             <exclusions>
41                 <exclusion>
42                     <groupId>ch.qos.logback</groupId>
43                     <artifactId>logback-classic</artifactId>
44                 </exclusion>
45                 <exclusion>
46                     <groupId>ch.qos.logback</groupId>
47                     <artifactId>logback-core</artifactId>
48                 </exclusion>
49                 <exclusion>
50                     <groupId>org.slf4j</groupId>
51                     <artifactId>slf4j-api</artifactId>
52                 </exclusion>
53                 <exclusion>
54                     <groupId>log4j</groupId>
55                     <artifactId>log4j</artifactId>
56                 </exclusion>
57                 <exclusion>
58                     <groupId>org.onap.aai.logging-service</groupId>
59                     <artifactId>logging-api</artifactId>
60                 </exclusion>
61                 <exclusion>
62                     <groupId>org.glassfish.jersey.core</groupId>
63                     <artifactId>jersey-client</artifactId>
64                 </exclusion>
65                 <exclusion>
66                     <groupId>org.glassfish.jersey.core</groupId>
67                     <artifactId>jersey-common</artifactId>
68                 </exclusion>
69                 <exclusion>
70                     <groupId>com.sun.jersey</groupId>
71                     <artifactId>jersey-core</artifactId>
72                 </exclusion>
73                 <exclusion>
74                     <groupId>org.glassfish.jersey.ext</groupId>
75                     <artifactId>jersey-entity-filtering</artifactId>
76                 </exclusion>
77                 <exclusion>
78                     <groupId>org.glassfish.jersey.bundles.repackaged</groupId>
79                     <artifactId>jersey-guava</artifactId>
80                 </exclusion>
81                 <exclusion>
82                     <groupId>com.sun.jersey.contribs</groupId>
83                     <artifactId>jersey-guice</artifactId>
84                 </exclusion>
85                 <exclusion>
86                     <groupId>com.sun.jersey</groupId>
87                     <artifactId>jersey-json</artifactId>
88                 </exclusion>
89                 <exclusion>
90                     <groupId>org.glassfish.jersey.media</groupId>
91                     <artifactId>jersey-media-json-jackson</artifactId>
92                 </exclusion>
93                 <exclusion>
94                     <groupId>com.sun.jersey</groupId>
95                     <artifactId>jersey-server</artifactId>
96                 </exclusion>
97                 <exclusion>
98                     <groupId>commons-logging</groupId>
99                     <artifactId>commons-logging</artifactId>
100                 </exclusion>
101                 <exclusion>
102                     <groupId>org.mortbay.jetty</groupId>
103                     <artifactId>jetty-util</artifactId>
104                 </exclusion>
105                 <exclusion>
106                     <groupId>net.jpountz.lz4</groupId>
107                     <artifactId>lz4</artifactId>
108                 </exclusion>
109                 <exclusion>
110                     <groupId>org.onap.aai.event-client</groupId>
111                     <artifactId>event-client-api</artifactId>
112                 </exclusion>
113                 <exclusion>
114                     <groupId>org.onap.aai.event-client</groupId>
115                     <artifactId>event-client-dmaap</artifactId>
116                 </exclusion>
117                 <exclusion>
118                     <groupId>org.onap.aai.event-client</groupId>
119                     <artifactId>event-client-kafka</artifactId>
120                 </exclusion>
121                <exclusion> 
122                     <groupId>org.onap.aai.event-client</groupId>
123                     <artifactId>event-client-rabbitmq</artifactId>
124                 </exclusion>
125                 <exclusion>
126                     <groupId>org.apache.httpcomponents</groupId>
127                     <artifactId>httpclient</artifactId>
128                 </exclusion>
129                 <exclusion>
130                     <groupId>org.apache.httpcomponents</groupId>
131                     <artifactId>httpcore</artifactId>
132                 </exclusion>
133             </exclusions>
134         </dependency>
135
136         <dependency>
137             <groupId>org.janusgraph</groupId>
138             <artifactId>janusgraph-cassandra</artifactId>
139             <version>0.2.0</version>
140             <optional>true</optional>
141             <exclusions>
142                 <exclusion>
143                     <groupId>org.slf4j</groupId>
144                     <artifactId>slf4j-log4j12</artifactId>
145                 </exclusion>
146                 <exclusion>
147                     <groupId>ch.qos.logback</groupId>
148                     <artifactId>logback-classic</artifactId>
149                 </exclusion>
150                 <exclusion>
151                     <groupId>org.apache.tinkerpop</groupId>
152                     <artifactId>gremlin-core</artifactId>
153                 </exclusion>
154                 <exclusion>
155                     <groupId>org.apache.tinkerpop</groupId>
156                     <artifactId>gremlin-groovy</artifactId>
157                 </exclusion>
158                 <exclusion>
159                     <groupId>ch.qos.logback</groupId>
160                     <artifactId>logback-core</artifactId>
161                 </exclusion>
162                 <exclusion>
163                     <groupId>org.apache.httpcomponents</groupId>
164                     <artifactId>httpclient</artifactId>
165                 </exclusion>
166                 <exclusion>
167                     <groupId>org.apache.httpcomponents</groupId>
168                     <artifactId>httpcore</artifactId>
169                 </exclusion>
170                 <exclusion>
171                     <groupId>org.slf4j</groupId>
172                     <artifactId>slf4j-api</artifactId>
173                 </exclusion>
174                 <exclusion>
175                     <groupId>commons-logging</groupId>
176                     <artifactId>commons-logging</artifactId>
177                 </exclusion>
178                 <exclusion>
179                     <groupId>com.google.guava</groupId>
180                     <artifactId>guava</artifactId>
181                 </exclusion>
182                 <exclusion>
183                     <groupId>javax.validation</groupId>
184                     <artifactId>validation-api</artifactId>
185                 </exclusion>
186                 <exclusion>
187                     <groupId>xml-apis</groupId>
188                     <artifactId>xml-apis</artifactId>
189                 </exclusion>
190                 <exclusion>
191                     <groupId>org.hibernate</groupId>
192                     <artifactId>hibernate-validator</artifactId>
193                 </exclusion>
194                 <exclusion>
195                     <groupId>net.jpountz.lz4</groupId>
196                     <artifactId>lz4</artifactId>
197                 </exclusion>
198                 <exclusion>
199                     <groupId>dom4j</groupId>
200                     <artifactId>dom4j</artifactId>
201                 </exclusion>
202             </exclusions>
203         </dependency>
204         <dependency>
205             <groupId>org.janusgraph</groupId>
206             <artifactId>janusgraph-cql</artifactId>
207             <version>0.2.0</version>
208             <optional>true</optional>
209             <exclusions>
210                 <exclusion>
211                     <groupId>org.slf4j</groupId>
212                     <artifactId>slf4j-log4j12</artifactId>
213                 </exclusion>
214                 <exclusion>
215                     <groupId>ch.qos.logback</groupId>
216                     <artifactId>logback-classic</artifactId>
217                 </exclusion>
218                 <exclusion>
219                     <groupId>org.apache.tinkerpop</groupId>
220                     <artifactId>gremlin-core</artifactId>
221                 </exclusion>
222                 <exclusion>
223                     <groupId>org.apache.tinkerpop</groupId>
224                     <artifactId>gremlin-groovy</artifactId>
225                 </exclusion>
226                 <exclusion>
227                     <groupId>ch.qos.logback</groupId>
228                     <artifactId>logback-core</artifactId>
229                 </exclusion>
230                 <exclusion>
231                     <groupId>org.apache.httpcomponents</groupId>
232                     <artifactId>httpclient</artifactId>
233                 </exclusion>
234                 <exclusion>
235                     <groupId>org.apache.httpcomponents</groupId>
236                     <artifactId>httpcore</artifactId>
237                 </exclusion>
238                 <exclusion>
239                     <groupId>org.slf4j</groupId>
240                     <artifactId>slf4j-api</artifactId>
241                 </exclusion>
242                 <exclusion>
243                     <groupId>commons-logging</groupId>
244                     <artifactId>commons-logging</artifactId>
245                 </exclusion>
246                 <exclusion>
247                     <groupId>com.google.guava</groupId>
248                     <artifactId>guava</artifactId>
249                 </exclusion>
250                 <exclusion>
251                     <groupId>javax.validation</groupId>
252                     <artifactId>validation-api</artifactId>
253                 </exclusion>
254                 <exclusion>
255                     <groupId>xml-apis</groupId>
256                     <artifactId>xml-apis</artifactId>
257                 </exclusion>
258                 <exclusion>
259                     <groupId>org.hibernate</groupId>
260                     <artifactId>hibernate-validator</artifactId>
261                 </exclusion>
262                 <exclusion>
263                     <groupId>net.jpountz.lz4</groupId>
264                     <artifactId>lz4</artifactId>
265                 </exclusion>
266                 <exclusion>
267                     <groupId>dom4j</groupId>
268                     <artifactId>dom4j</artifactId>
269                 </exclusion>
270             </exclusions>
271         </dependency>
272
273         <dependency>
274             <groupId>org.janusgraph</groupId>
275             <artifactId>janusgraph-hbase</artifactId>
276             <version>0.2.0</version>
277             <optional>true</optional>
278             <exclusions>
279                 <exclusion>
280                     <groupId>org.apache.tinkerpop</groupId>
281                     <artifactId>gremlin-groovy</artifactId>
282                 </exclusion>
283                 <exclusion>
284                     <groupId>org.slf4j</groupId>
285                     <artifactId>slf4j-log4j12</artifactId>
286                 </exclusion>
287                 <exclusion>
288                     <groupId>ch.qos.logback</groupId>
289                     <artifactId>logback-classic</artifactId>
290                 </exclusion>
291                 <exclusion>
292                     <groupId>org.apache.tinkerpop</groupId>
293                     <artifactId>gremlin-core</artifactId>
294                 </exclusion>
295                 <exclusion>
296                     <groupId>org.slf4j</groupId>
297                     <artifactId>slf4j-api</artifactId>
298                 </exclusion>
299             </exclusions>
300         </dependency>
301     </dependencies>
302
303     <build>
304         <plugins>
305             <plugin>
306                 <groupId>org.apache.maven.plugins</groupId>
307                 <artifactId>maven-dependency-plugin</artifactId>
308                 <version>3.0.1</version>
309                 <executions>
310                     <execution>
311                         <id>copy-janus-dependencies</id>
312                         <phase>package</phase>
313                         <goals>
314                             <goal>copy-dependencies</goal>
315                         </goals>
316                         <configuration>
317                             <outputDirectory>target/graph-deps/janus-deps</outputDirectory>
318                             <overWriteReleases>false</overWriteReleases>
319                             <overWriteSnapshots>false</overWriteSnapshots>
320                             <overWriteIfNewer>true</overWriteIfNewer>
321                         </configuration>
322                     </execution>
323                 </executions>
324             </plugin>
325             <plugin>
326                 <groupId>org.apache.maven.plugins</groupId>
327                 <artifactId>maven-deploy-plugin</artifactId>
328                 <configuration>
329                     <skip>true</skip>
330                 </configuration>
331             </plugin>
332         </plugins>
333     </build>
334 </project>