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