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