blob: bd0f1c054c8c92b7a7948e6e3c662972b2c094c6 [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>
Timoney, Dan (dt5972)a506efe2019-12-02 12:37:50 -05008 <version>1.5.1-SNAPSHOT</version>
Alexis de Talhouët268c5e12018-09-12 15:27:33 -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>
Timoney, Dan (dt5972)3948e2a2019-09-12 10:04:46 -040014 <version>0.7.0-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>
51 <groupId>com.jayway.jsonpath</groupId>
52 <artifactId>json-path</artifactId>
Timoney, Dan (dt5972)661e2da2018-08-10 15:52:20 -040053 </dependency>
54 <dependency>
Timoney, Dan (dt5972)b52972c2019-12-05 16:05:49 -050055 <groupId>dom4j</groupId>
56 <artifactId>dom4j</artifactId>
57 </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)c71f34b2019-10-04 14:39:53 -0400109 <groupId>org.onap.logging-analytics</groupId>
110 <artifactId>logging-filter-base</artifactId>
Sandeep Shahffd2a832019-07-12 19:27:02 -0500111 </dependency>
112 <dependency>
Timoney, Dan (dt5972)1555acf2019-07-12 08:44:37 -0400113 <groupId>org.slf4j</groupId>
114 <artifactId>jcl-over-slf4j</artifactId>
Alexis de Talhouët268c5e12018-09-12 15:27:33 -0400115 </dependency>
116 <dependency>
Timoney, Dan (dt5972)1555acf2019-07-12 08:44:37 -0400117 <groupId>org.springframework</groupId>
118 <artifactId>spring-beans</artifactId>
Alexis de Talhouët268c5e12018-09-12 15:27:33 -0400119 </dependency>
120 <dependency>
Timoney, Dan (dt5972)1555acf2019-07-12 08:44:37 -0400121 <groupId>org.springframework</groupId>
122 <artifactId>spring-context</artifactId>
123 </dependency>
124 <dependency>
125 <groupId>org.springframework</groupId>
126 <artifactId>spring-jdbc</artifactId>
127 </dependency>
128 <dependency>
129 <groupId>org.springframework</groupId>
130 <artifactId>spring-web</artifactId>
Alexis de Talhouët268c5e12018-09-12 15:27:33 -0400131 </dependency>
Timoney, Dan (dt5972)661e2da2018-08-10 15:52:20 -0400132 </dependencies>
133
134 <build>
135 <plugins>
136 <plugin>
137 <artifactId>maven-assembly-plugin</artifactId>
138 <version>2.6</version>
139 <executions>
140 <execution>
141 <id>maven-repo-zip</id>
142 <goals>
143 <goal>single</goal>
144 </goals>
145 <phase>package</phase>
146 <configuration>
147 <attach>true</attach>
148 <finalName>stage/dependencies-${project.version}</finalName>
149 <descriptors>
150 <descriptor>src/assembly/assemble_mvnrepo_zip.xml</descriptor>
151 </descriptors>
152 <appendAssemblyId>true</appendAssemblyId>
153 </configuration>
154 </execution>
155 </executions>
156 </plugin>
157 <plugin>
158 <groupId>org.apache.maven.plugins</groupId>
159 <artifactId>maven-dependency-plugin</artifactId>
160 <executions>
161 <execution>
162 <id>copy-dependencies</id>
163 <goals>
164 <goal>copy-dependencies</goal>
165 </goals>
166 <phase>prepare-package</phase>
167 <configuration>
168 <transitive>false</transitive>
169 <outputDirectory>${project.build.directory}/assembly/system</outputDirectory>
170 <overWriteReleases>false</overWriteReleases>
171 <overWriteSnapshots>true</overWriteSnapshots>
172 <overWriteIfNewer>true</overWriteIfNewer>
173 <useRepositoryLayout>true</useRepositoryLayout>
174 <addParentPoms>false</addParentPoms>
175 <copyPom>false</copyPom>
176 <excludeGroupIds>org.onap.ccsdk.sli.core,org.opendaylight</excludeGroupIds>
177 <scope>provided</scope>
178 </configuration>
179 </execution>
180 </executions>
181 </plugin>
182 </plugins>
183 </build>
184</project>