blob: f1339d17163bf2d904276bc1e2967618db0be080 [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)53cb6872019-07-30 12:13:33 -04008 <version>1.4.0-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)53cb6872019-07-30 12:13:33 -040014 <version>0.6.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>
55 <groupId>javax</groupId>
56 <artifactId>javaee-api</artifactId>
Timoney, Dan (dt5972)661e2da2018-08-10 15:52:20 -040057 </dependency>
58 <dependency>
Timoney, Dan (dt5972)1555acf2019-07-12 08:44:37 -040059 <groupId>org.apache.commons</groupId>
60 <artifactId>commons-text</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.tomcat</groupId>
64 <artifactId>tomcat-jdbc</artifactId>
Timoney, Dan (dt5972)661e2da2018-08-10 15:52:20 -040065 </dependency>
Alexis de Talhouët268c5e12018-09-12 15:27:33 -040066 <dependency>
67 <groupId>org.apache.velocity</groupId>
68 <artifactId>velocity</artifactId>
69 <version>1.7</version>
70 </dependency>
71 <dependency>
Sandeep Shahffd2a832019-07-12 19:27:02 -050072 <groupId>org.apache.velocity</groupId>
73 <artifactId>velocity-engine-core</artifactId>
74 <version>2.0</version>
75 </dependency>
76 <dependency>
Timoney, Dan (dt5972)1555acf2019-07-12 08:44:37 -040077 <groupId>org.slf4j</groupId>
78 <artifactId>jcl-over-slf4j</artifactId>
Alexis de Talhouët268c5e12018-09-12 15:27:33 -040079 </dependency>
80 <dependency>
Timoney, Dan (dt5972)1555acf2019-07-12 08:44:37 -040081 <groupId>org.springframework</groupId>
82 <artifactId>spring-beans</artifactId>
Alexis de Talhouët268c5e12018-09-12 15:27:33 -040083 </dependency>
84 <dependency>
Timoney, Dan (dt5972)1555acf2019-07-12 08:44:37 -040085 <groupId>org.springframework</groupId>
86 <artifactId>spring-context</artifactId>
87 </dependency>
88 <dependency>
89 <groupId>org.springframework</groupId>
90 <artifactId>spring-jdbc</artifactId>
91 </dependency>
92 <dependency>
93 <groupId>org.springframework</groupId>
94 <artifactId>spring-web</artifactId>
Alexis de Talhouët268c5e12018-09-12 15:27:33 -040095 </dependency>
Timoney, Dan (dt5972)661e2da2018-08-10 15:52:20 -040096 </dependencies>
97
98 <build>
99 <plugins>
100 <plugin>
101 <artifactId>maven-assembly-plugin</artifactId>
102 <version>2.6</version>
103 <executions>
104 <execution>
105 <id>maven-repo-zip</id>
106 <goals>
107 <goal>single</goal>
108 </goals>
109 <phase>package</phase>
110 <configuration>
111 <attach>true</attach>
112 <finalName>stage/dependencies-${project.version}</finalName>
113 <descriptors>
114 <descriptor>src/assembly/assemble_mvnrepo_zip.xml</descriptor>
115 </descriptors>
116 <appendAssemblyId>true</appendAssemblyId>
117 </configuration>
118 </execution>
119 </executions>
120 </plugin>
121 <plugin>
122 <groupId>org.apache.maven.plugins</groupId>
123 <artifactId>maven-dependency-plugin</artifactId>
124 <executions>
125 <execution>
126 <id>copy-dependencies</id>
127 <goals>
128 <goal>copy-dependencies</goal>
129 </goals>
130 <phase>prepare-package</phase>
131 <configuration>
132 <transitive>false</transitive>
133 <outputDirectory>${project.build.directory}/assembly/system</outputDirectory>
134 <overWriteReleases>false</overWriteReleases>
135 <overWriteSnapshots>true</overWriteSnapshots>
136 <overWriteIfNewer>true</overWriteIfNewer>
137 <useRepositoryLayout>true</useRepositoryLayout>
138 <addParentPoms>false</addParentPoms>
139 <copyPom>false</copyPom>
140 <excludeGroupIds>org.onap.ccsdk.sli.core,org.opendaylight</excludeGroupIds>
141 <scope>provided</scope>
142 </configuration>
143 </execution>
144 </executions>
145 </plugin>
146 </plugins>
147 </build>
148</project>