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