blob: 47636a03c737fa5bd8c462375580c77fddf6a6ad [file] [log] [blame]
Timoney, Dan (dt5972)661e2da2018-08-10 15:52:20 -04001<?xml version="1.0" encoding="UTF-8"?>
Timoney, Dan (dt5972)ea652692019-01-08 15:56:26 -05002<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Timoney, Dan (dt5972)661e2da2018-08-10 15:52:20 -04003 <modelVersion>4.0.0</modelVersion>
4
5 <parent>
Dan Timoney1f4e9032021-01-25 14:47:00 -05006 <groupId>org.onap.ccsdk.distribution</groupId>
7 <artifactId>distribution-root</artifactId>
8 <version>1.1.1-SNAPSHOT</version>
Timoney, Dan (dt5972)661e2da2018-08-10 15:52:20 -04009 </parent>
10
11 <groupId>org.onap.ccsdk.distribution</groupId>
12 <artifactId>dependencies</artifactId>
Dan Timoney692718d2020-12-07 11:24:54 -050013 <version>1.1.1-SNAPSHOT</version>
Timoney, Dan (dt5972)661e2da2018-08-10 15:52:20 -040014 <packaging>pom</packaging>
15
Singal, Kapil (ks220y)b6e7d962020-12-17 14:37:06 -050016 <name>ccsdk-distribution :: ${project.artifactId}</name>
Timoney, Dan (dt5972)661e2da2018-08-10 15:52:20 -040017
18 <properties>
19 <include.transitive.dependencies>false</include.transitive.dependencies>
20 </properties>
21
Dan Timoney1f4e9032021-01-25 14:47:00 -050022 <dependencyManagement>
23 <dependencies>
24 <dependency>
25 <groupId>org.glassfish.jersey</groupId>
26 <artifactId>jersey-bom</artifactId>
27 <version>2.27</version>
28 <scope>import</scope>
29 <type>pom</type>
30 </dependency>
31 <dependency>
32 <groupId>org.onap.ccsdk.parent</groupId>
33 <artifactId>dependencies-odl-bom</artifactId>
34 <version>2.1.1-SNAPSHOT</version>
35 <scope>import</scope>
36 <type>pom</type>
37 </dependency>
38 <dependency>
39 <groupId>org.aspectj</groupId>
40 <artifactId>aspectjrt</artifactId>
41 <version>1.9.6</version>
42 </dependency>
43 </dependencies>
44 </dependencyManagement>
45
46
Timoney, Dan (dt5972)661e2da2018-08-10 15:52:20 -040047 <dependencies>
48 <dependency>
Timoney, Dan (dt5972)1555acf2019-07-12 08:44:37 -040049 <groupId>ch.qos.logback</groupId>
50 <artifactId>logback-classic</artifactId>
Alexis de Talhouët268c5e12018-09-12 15:27:33 -040051 </dependency>
52 <dependency>
53 <groupId>ch.qos.logback</groupId>
54 <artifactId>logback-core</artifactId>
Alexis de Talhouët268c5e12018-09-12 15:27:33 -040055 </dependency>
56 <dependency>
Timoney, Dan (dt5972)1555acf2019-07-12 08:44:37 -040057 <groupId>com.att.eelf</groupId>
58 <artifactId>eelf-core</artifactId>
59 </dependency>
60 <dependency>
61 <groupId>com.fasterxml.jackson.dataformat</groupId>
62 <artifactId>jackson-dataformat-xml</artifactId>
63 </dependency>
64 <dependency>
65 <groupId>com.fasterxml.jackson.dataformat</groupId>
66 <artifactId>jackson-dataformat-yaml</artifactId>
67 </dependency>
68 <dependency>
69 <groupId>com.fasterxml.jackson.module</groupId>
70 <artifactId>jackson-module-jsonSchema</artifactId>
Alexis de Talhouët268c5e12018-09-12 15:27:33 -040071 </dependency>
72 <dependency>
Dan Timoney31d15ef2020-09-04 11:44:40 -040073 <groupId>com.google.code.findbugs</groupId>
74 <artifactId>annotations</artifactId>
Timoney, Dan (dt5972)661e2da2018-08-10 15:52:20 -040075 </dependency>
76 <dependency>
Dan Timoney31d15ef2020-09-04 11:44:40 -040077 <groupId>com.jayway.jsonpath</groupId>
78 <artifactId>json-path</artifactId>
Timoney, Dan (dt5972)b52972c2019-12-05 16:05:49 -050079 </dependency>
80 <dependency>
Dan Timoney1f4e9032021-01-25 14:47:00 -050081 <groupId>javax.xml.bind</groupId>
82 <artifactId>jaxb-api</artifactId>
83 </dependency>
84 <dependency>
85 <groupId>com.sun.xml.bind</groupId>
86 <artifactId>jaxb-core</artifactId>
87 </dependency>
88 <dependency>
89 <groupId>com.sun.xml.bind</groupId>
90 <artifactId>jaxb-impl</artifactId>
91 </dependency>
92 <dependency>
Timoney, Dan (dt5972)661e2da2018-08-10 15:52:20 -040093 <groupId>javax</groupId>
94 <artifactId>javaee-api</artifactId>
Timoney, Dan (dt5972)661e2da2018-08-10 15:52:20 -040095 </dependency>
96 <dependency>
Dan Timoney1f4e9032021-01-25 14:47:00 -050097 <groupId>org.antlr</groupId>
98 <artifactId>antlr4-runtime</artifactId>
99 </dependency>
100 <dependency>
Timoney, Dan (dt5972)1555acf2019-07-12 08:44:37 -0400101 <groupId>org.apache.commons</groupId>
102 <artifactId>commons-text</artifactId>
Timoney, Dan (dt5972)661e2da2018-08-10 15:52:20 -0400103 </dependency>
104 <dependency>
Timoney, Dan (dt5972)4ec03262019-12-12 10:35:10 -0500105 <groupId>org.apache.httpcomponents</groupId>
106 <artifactId>httpclient</artifactId>
107 </dependency>
108 <dependency>
109 <groupId>org.apache.httpcomponents</groupId>
110 <artifactId>httpcore</artifactId>
111 </dependency>
112 <dependency>
Timoney, Dan (dt5972)1555acf2019-07-12 08:44:37 -0400113 <groupId>org.apache.tomcat</groupId>
114 <artifactId>tomcat-jdbc</artifactId>
Timoney, Dan (dt5972)661e2da2018-08-10 15:52:20 -0400115 </dependency>
Alexis de Talhouët268c5e12018-09-12 15:27:33 -0400116 <dependency>
117 <groupId>org.apache.velocity</groupId>
118 <artifactId>velocity</artifactId>
Alexis de Talhouët268c5e12018-09-12 15:27:33 -0400119 </dependency>
120 <dependency>
Timoney, Dan (dt5972)c71f34b2019-10-04 14:39:53 -0400121 <groupId>org.apache.velocity</groupId>
122 <artifactId>velocity-engine-core</artifactId>
Timoney, Dan (dt5972)c71f34b2019-10-04 14:39:53 -0400123 </dependency>
124 <dependency>
Timoney, Dan (dt5972)b52972c2019-12-05 16:05:49 -0500125 <groupId>org.codehaus.jettison</groupId>
126 <artifactId>jettison</artifactId>
127 </dependency>
128 <dependency>
Dan Timoney1f4e9032021-01-25 14:47:00 -0500129 <groupId>org.glassfish.jersey.bundles.repackaged</groupId>
130 <artifactId>jersey-guava</artifactId>
131 </dependency>
132 <dependency>
Timoney, Dan (dt5972)b52972c2019-12-05 16:05:49 -0500133 <groupId>org.glassfish.jersey.media</groupId>
134 <artifactId>jersey-media-multipart</artifactId>
135 </dependency>
136 <dependency>
137 <groupId>org.glassfish.jersey.media</groupId>
138 <artifactId>jersey-media-sse</artifactId>
139 </dependency>
140 <dependency>
141 <groupId>org.glassfish.jersey.security</groupId>
142 <artifactId>oauth1-signature</artifactId>
143 </dependency>
144 <dependency>
145 <groupId>org.glassfish.jersey.security</groupId>
146 <artifactId>oauth1-client</artifactId>
147 </dependency>
148 <dependency>
Timoney, Dan (dt5972)bcc61562020-01-07 10:06:08 -0500149 <groupId>org.mariadb.jdbc</groupId>
150 <artifactId>mariadb-java-client</artifactId>
151 <type>jar</type>
152 </dependency>
153 <dependency>
Timoney, Dan (dt5972)c71f34b2019-10-04 14:39:53 -0400154 <groupId>org.onap.logging-analytics</groupId>
155 <artifactId>logging-filter-base</artifactId>
Sandeep Shahffd2a832019-07-12 19:27:02 -0500156 </dependency>
157 <dependency>
Timoney, Dan (dt5972)1555acf2019-07-12 08:44:37 -0400158 <groupId>org.slf4j</groupId>
159 <artifactId>jcl-over-slf4j</artifactId>
Alexis de Talhouët268c5e12018-09-12 15:27:33 -0400160 </dependency>
161 <dependency>
Timoney, Dan (dt5972)1555acf2019-07-12 08:44:37 -0400162 <groupId>org.springframework</groupId>
163 <artifactId>spring-beans</artifactId>
Alexis de Talhouët268c5e12018-09-12 15:27:33 -0400164 </dependency>
165 <dependency>
Timoney, Dan (dt5972)1555acf2019-07-12 08:44:37 -0400166 <groupId>org.springframework</groupId>
167 <artifactId>spring-context</artifactId>
168 </dependency>
169 <dependency>
170 <groupId>org.springframework</groupId>
171 <artifactId>spring-jdbc</artifactId>
172 </dependency>
173 <dependency>
174 <groupId>org.springframework</groupId>
175 <artifactId>spring-web</artifactId>
Alexis de Talhouët268c5e12018-09-12 15:27:33 -0400176 </dependency>
Dan Timoney31d15ef2020-09-04 11:44:40 -0400177 <dependency>
178 <groupId>org.apache.servicemix.specs</groupId>
179 <artifactId>org.apache.servicemix.specs.jaxws-api-2.3</artifactId>
180 <version>2.3_1</version>
181 </dependency>
Timoney, Dan (dt5972)661e2da2018-08-10 15:52:20 -0400182 </dependencies>
183
184 <build>
185 <plugins>
186 <plugin>
187 <artifactId>maven-assembly-plugin</artifactId>
188 <version>2.6</version>
189 <executions>
190 <execution>
191 <id>maven-repo-zip</id>
192 <goals>
193 <goal>single</goal>
194 </goals>
195 <phase>package</phase>
196 <configuration>
197 <attach>true</attach>
198 <finalName>stage/dependencies-${project.version}</finalName>
199 <descriptors>
200 <descriptor>src/assembly/assemble_mvnrepo_zip.xml</descriptor>
201 </descriptors>
202 <appendAssemblyId>true</appendAssemblyId>
203 </configuration>
204 </execution>
205 </executions>
206 </plugin>
207 <plugin>
208 <groupId>org.apache.maven.plugins</groupId>
209 <artifactId>maven-dependency-plugin</artifactId>
210 <executions>
211 <execution>
212 <id>copy-dependencies</id>
213 <goals>
214 <goal>copy-dependencies</goal>
215 </goals>
216 <phase>prepare-package</phase>
217 <configuration>
218 <transitive>false</transitive>
219 <outputDirectory>${project.build.directory}/assembly/system</outputDirectory>
220 <overWriteReleases>false</overWriteReleases>
221 <overWriteSnapshots>true</overWriteSnapshots>
222 <overWriteIfNewer>true</overWriteIfNewer>
223 <useRepositoryLayout>true</useRepositoryLayout>
224 <addParentPoms>false</addParentPoms>
225 <copyPom>false</copyPom>
226 <excludeGroupIds>org.onap.ccsdk.sli.core,org.opendaylight</excludeGroupIds>
227 <scope>provided</scope>
228 </configuration>
229 </execution>
230 </executions>
231 </plugin>
232 </plugins>
233 </build>
234</project>