blob: 7dc2678912b2c88da5973065d3baad59371d8c5f [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>
6 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>odlparent-lite</artifactId>
Dan Timoney616b6742020-11-30 09:46:11 -05008 <version>2.1.0</version>
Dan Timoney68c26a12020-09-10 11:06:52 -04009 <relativePath/>
Timoney, Dan (dt5972)661e2da2018-08-10 15:52:20 -040010 </parent>
11
12 <groupId>org.onap.ccsdk.distribution</groupId>
13 <artifactId>dependencies</artifactId>
Dan Timoney692718d2020-12-07 11:24:54 -050014 <version>1.1.1-SNAPSHOT</version>
Timoney, Dan (dt5972)661e2da2018-08-10 15:52:20 -040015 <packaging>pom</packaging>
16
17 <name>ccsdk-distribution:: dependencies</name>
18
19 <properties>
20 <include.transitive.dependencies>false</include.transitive.dependencies>
21 </properties>
22
23 <dependencies>
24 <dependency>
Timoney, Dan (dt5972)1555acf2019-07-12 08:44:37 -040025 <groupId>ch.qos.logback</groupId>
26 <artifactId>logback-classic</artifactId>
27 <version>${logback.version}</version>
Alexis de Talhouët268c5e12018-09-12 15:27:33 -040028 </dependency>
29 <dependency>
30 <groupId>ch.qos.logback</groupId>
31 <artifactId>logback-core</artifactId>
32 <version>${logback.version}</version>
33 </dependency>
34 <dependency>
Timoney, Dan (dt5972)1555acf2019-07-12 08:44:37 -040035 <groupId>com.att.eelf</groupId>
36 <artifactId>eelf-core</artifactId>
37 </dependency>
38 <dependency>
39 <groupId>com.fasterxml.jackson.dataformat</groupId>
40 <artifactId>jackson-dataformat-xml</artifactId>
41 </dependency>
42 <dependency>
43 <groupId>com.fasterxml.jackson.dataformat</groupId>
44 <artifactId>jackson-dataformat-yaml</artifactId>
45 </dependency>
46 <dependency>
47 <groupId>com.fasterxml.jackson.module</groupId>
48 <artifactId>jackson-module-jsonSchema</artifactId>
Alexis de Talhouët268c5e12018-09-12 15:27:33 -040049 </dependency>
50 <dependency>
Dan Timoney31d15ef2020-09-04 11:44:40 -040051 <groupId>com.google.code.findbugs</groupId>
52 <artifactId>annotations</artifactId>
Timoney, Dan (dt5972)661e2da2018-08-10 15:52:20 -040053 </dependency>
54 <dependency>
Dan Timoney31d15ef2020-09-04 11:44:40 -040055 <groupId>com.jayway.jsonpath</groupId>
56 <artifactId>json-path</artifactId>
Timoney, Dan (dt5972)b52972c2019-12-05 16:05:49 -050057 </dependency>
58 <dependency>
Timoney, Dan (dt5972)661e2da2018-08-10 15:52:20 -040059 <groupId>javax</groupId>
60 <artifactId>javaee-api</artifactId>
Timoney, Dan (dt5972)661e2da2018-08-10 15:52:20 -040061 </dependency>
62 <dependency>
Timoney, Dan (dt5972)1555acf2019-07-12 08:44:37 -040063 <groupId>org.apache.commons</groupId>
64 <artifactId>commons-text</artifactId>
Timoney, Dan (dt5972)661e2da2018-08-10 15:52:20 -040065 </dependency>
66 <dependency>
Timoney, Dan (dt5972)4ec03262019-12-12 10:35:10 -050067 <groupId>org.apache.httpcomponents</groupId>
68 <artifactId>httpclient</artifactId>
69 </dependency>
70 <dependency>
71 <groupId>org.apache.httpcomponents</groupId>
72 <artifactId>httpcore</artifactId>
73 </dependency>
74 <dependency>
Timoney, Dan (dt5972)1555acf2019-07-12 08:44:37 -040075 <groupId>org.apache.tomcat</groupId>
76 <artifactId>tomcat-jdbc</artifactId>
Timoney, Dan (dt5972)661e2da2018-08-10 15:52:20 -040077 </dependency>
Alexis de Talhouët268c5e12018-09-12 15:27:33 -040078 <dependency>
79 <groupId>org.apache.velocity</groupId>
80 <artifactId>velocity</artifactId>
81 <version>1.7</version>
82 </dependency>
83 <dependency>
Timoney, Dan (dt5972)c71f34b2019-10-04 14:39:53 -040084 <groupId>org.apache.velocity</groupId>
85 <artifactId>velocity-engine-core</artifactId>
86 <version>2.0</version>
87 </dependency>
88 <dependency>
Timoney, Dan (dt5972)b52972c2019-12-05 16:05:49 -050089 <groupId>org.codehaus.jettison</groupId>
90 <artifactId>jettison</artifactId>
91 </dependency>
92 <dependency>
93 <groupId>org.glassfish.jersey.media</groupId>
94 <artifactId>jersey-media-multipart</artifactId>
95 </dependency>
96 <dependency>
97 <groupId>org.glassfish.jersey.media</groupId>
98 <artifactId>jersey-media-sse</artifactId>
99 </dependency>
100 <dependency>
101 <groupId>org.glassfish.jersey.security</groupId>
102 <artifactId>oauth1-signature</artifactId>
103 </dependency>
104 <dependency>
105 <groupId>org.glassfish.jersey.security</groupId>
106 <artifactId>oauth1-client</artifactId>
107 </dependency>
108 <dependency>
Timoney, Dan (dt5972)bcc61562020-01-07 10:06:08 -0500109 <groupId>org.mariadb.jdbc</groupId>
110 <artifactId>mariadb-java-client</artifactId>
111 <type>jar</type>
112 </dependency>
113 <dependency>
Timoney, Dan (dt5972)c71f34b2019-10-04 14:39:53 -0400114 <groupId>org.onap.logging-analytics</groupId>
115 <artifactId>logging-filter-base</artifactId>
Sandeep Shahffd2a832019-07-12 19:27:02 -0500116 </dependency>
117 <dependency>
Timoney, Dan (dt5972)1555acf2019-07-12 08:44:37 -0400118 <groupId>org.slf4j</groupId>
119 <artifactId>jcl-over-slf4j</artifactId>
Alexis de Talhouët268c5e12018-09-12 15:27:33 -0400120 </dependency>
121 <dependency>
Timoney, Dan (dt5972)1555acf2019-07-12 08:44:37 -0400122 <groupId>org.springframework</groupId>
123 <artifactId>spring-beans</artifactId>
Alexis de Talhouët268c5e12018-09-12 15:27:33 -0400124 </dependency>
125 <dependency>
Timoney, Dan (dt5972)1555acf2019-07-12 08:44:37 -0400126 <groupId>org.springframework</groupId>
127 <artifactId>spring-context</artifactId>
128 </dependency>
129 <dependency>
130 <groupId>org.springframework</groupId>
131 <artifactId>spring-jdbc</artifactId>
132 </dependency>
133 <dependency>
134 <groupId>org.springframework</groupId>
135 <artifactId>spring-web</artifactId>
Alexis de Talhouët268c5e12018-09-12 15:27:33 -0400136 </dependency>
Dan Timoney31d15ef2020-09-04 11:44:40 -0400137 <dependency>
138 <groupId>org.apache.servicemix.specs</groupId>
139 <artifactId>org.apache.servicemix.specs.jaxws-api-2.3</artifactId>
140 <version>2.3_1</version>
141 </dependency>
Timoney, Dan (dt5972)661e2da2018-08-10 15:52:20 -0400142 </dependencies>
143
144 <build>
145 <plugins>
146 <plugin>
147 <artifactId>maven-assembly-plugin</artifactId>
148 <version>2.6</version>
149 <executions>
150 <execution>
151 <id>maven-repo-zip</id>
152 <goals>
153 <goal>single</goal>
154 </goals>
155 <phase>package</phase>
156 <configuration>
157 <attach>true</attach>
158 <finalName>stage/dependencies-${project.version}</finalName>
159 <descriptors>
160 <descriptor>src/assembly/assemble_mvnrepo_zip.xml</descriptor>
161 </descriptors>
162 <appendAssemblyId>true</appendAssemblyId>
163 </configuration>
164 </execution>
165 </executions>
166 </plugin>
167 <plugin>
168 <groupId>org.apache.maven.plugins</groupId>
169 <artifactId>maven-dependency-plugin</artifactId>
170 <executions>
171 <execution>
172 <id>copy-dependencies</id>
173 <goals>
174 <goal>copy-dependencies</goal>
175 </goals>
176 <phase>prepare-package</phase>
177 <configuration>
178 <transitive>false</transitive>
179 <outputDirectory>${project.build.directory}/assembly/system</outputDirectory>
180 <overWriteReleases>false</overWriteReleases>
181 <overWriteSnapshots>true</overWriteSnapshots>
182 <overWriteIfNewer>true</overWriteIfNewer>
183 <useRepositoryLayout>true</useRepositoryLayout>
184 <addParentPoms>false</addParentPoms>
185 <copyPom>false</copyPom>
186 <excludeGroupIds>org.onap.ccsdk.sli.core,org.opendaylight</excludeGroupIds>
187 <scope>provided</scope>
188 </configuration>
189 </execution>
190 </executions>
191 </plugin>
192 </plugins>
193 </build>
194</project>