Timoney, Dan (dt5972) | 661e2da | 2018-08-10 15:52:20 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Timoney, Dan (dt5972) | ea65269 | 2019-01-08 15:56:26 -0500 | [diff] [blame] | 2 | <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) | 661e2da | 2018-08-10 15:52:20 -0400 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | |
| 5 | <parent> |
Dan Timoney | 1f4e903 | 2021-01-25 14:47:00 -0500 | [diff] [blame^] | 6 | <groupId>org.onap.ccsdk.distribution</groupId> |
| 7 | <artifactId>distribution-root</artifactId> |
| 8 | <version>1.1.1-SNAPSHOT</version> |
Timoney, Dan (dt5972) | 661e2da | 2018-08-10 15:52:20 -0400 | [diff] [blame] | 9 | </parent> |
| 10 | |
| 11 | <groupId>org.onap.ccsdk.distribution</groupId> |
| 12 | <artifactId>dependencies</artifactId> |
Dan Timoney | 692718d | 2020-12-07 11:24:54 -0500 | [diff] [blame] | 13 | <version>1.1.1-SNAPSHOT</version> |
Timoney, Dan (dt5972) | 661e2da | 2018-08-10 15:52:20 -0400 | [diff] [blame] | 14 | <packaging>pom</packaging> |
| 15 | |
Singal, Kapil (ks220y) | b6e7d96 | 2020-12-17 14:37:06 -0500 | [diff] [blame] | 16 | <name>ccsdk-distribution :: ${project.artifactId}</name> |
Timoney, Dan (dt5972) | 661e2da | 2018-08-10 15:52:20 -0400 | [diff] [blame] | 17 | |
| 18 | <properties> |
| 19 | <include.transitive.dependencies>false</include.transitive.dependencies> |
| 20 | </properties> |
| 21 | |
Dan Timoney | 1f4e903 | 2021-01-25 14:47:00 -0500 | [diff] [blame^] | 22 | <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) | 661e2da | 2018-08-10 15:52:20 -0400 | [diff] [blame] | 47 | <dependencies> |
| 48 | <dependency> |
Timoney, Dan (dt5972) | 1555acf | 2019-07-12 08:44:37 -0400 | [diff] [blame] | 49 | <groupId>ch.qos.logback</groupId> |
| 50 | <artifactId>logback-classic</artifactId> |
Alexis de Talhouët | 268c5e1 | 2018-09-12 15:27:33 -0400 | [diff] [blame] | 51 | </dependency> |
| 52 | <dependency> |
| 53 | <groupId>ch.qos.logback</groupId> |
| 54 | <artifactId>logback-core</artifactId> |
Alexis de Talhouët | 268c5e1 | 2018-09-12 15:27:33 -0400 | [diff] [blame] | 55 | </dependency> |
| 56 | <dependency> |
Timoney, Dan (dt5972) | 1555acf | 2019-07-12 08:44:37 -0400 | [diff] [blame] | 57 | <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ët | 268c5e1 | 2018-09-12 15:27:33 -0400 | [diff] [blame] | 71 | </dependency> |
| 72 | <dependency> |
Dan Timoney | 31d15ef | 2020-09-04 11:44:40 -0400 | [diff] [blame] | 73 | <groupId>com.google.code.findbugs</groupId> |
| 74 | <artifactId>annotations</artifactId> |
Timoney, Dan (dt5972) | 661e2da | 2018-08-10 15:52:20 -0400 | [diff] [blame] | 75 | </dependency> |
| 76 | <dependency> |
Dan Timoney | 31d15ef | 2020-09-04 11:44:40 -0400 | [diff] [blame] | 77 | <groupId>com.jayway.jsonpath</groupId> |
| 78 | <artifactId>json-path</artifactId> |
Timoney, Dan (dt5972) | b52972c | 2019-12-05 16:05:49 -0500 | [diff] [blame] | 79 | </dependency> |
| 80 | <dependency> |
Dan Timoney | 1f4e903 | 2021-01-25 14:47:00 -0500 | [diff] [blame^] | 81 | <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) | 661e2da | 2018-08-10 15:52:20 -0400 | [diff] [blame] | 93 | <groupId>javax</groupId> |
| 94 | <artifactId>javaee-api</artifactId> |
Timoney, Dan (dt5972) | 661e2da | 2018-08-10 15:52:20 -0400 | [diff] [blame] | 95 | </dependency> |
| 96 | <dependency> |
Dan Timoney | 1f4e903 | 2021-01-25 14:47:00 -0500 | [diff] [blame^] | 97 | <groupId>org.antlr</groupId> |
| 98 | <artifactId>antlr4-runtime</artifactId> |
| 99 | </dependency> |
| 100 | <dependency> |
Timoney, Dan (dt5972) | 1555acf | 2019-07-12 08:44:37 -0400 | [diff] [blame] | 101 | <groupId>org.apache.commons</groupId> |
| 102 | <artifactId>commons-text</artifactId> |
Timoney, Dan (dt5972) | 661e2da | 2018-08-10 15:52:20 -0400 | [diff] [blame] | 103 | </dependency> |
| 104 | <dependency> |
Timoney, Dan (dt5972) | 4ec0326 | 2019-12-12 10:35:10 -0500 | [diff] [blame] | 105 | <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) | 1555acf | 2019-07-12 08:44:37 -0400 | [diff] [blame] | 113 | <groupId>org.apache.tomcat</groupId> |
| 114 | <artifactId>tomcat-jdbc</artifactId> |
Timoney, Dan (dt5972) | 661e2da | 2018-08-10 15:52:20 -0400 | [diff] [blame] | 115 | </dependency> |
Alexis de Talhouët | 268c5e1 | 2018-09-12 15:27:33 -0400 | [diff] [blame] | 116 | <dependency> |
| 117 | <groupId>org.apache.velocity</groupId> |
| 118 | <artifactId>velocity</artifactId> |
Alexis de Talhouët | 268c5e1 | 2018-09-12 15:27:33 -0400 | [diff] [blame] | 119 | </dependency> |
| 120 | <dependency> |
Timoney, Dan (dt5972) | c71f34b | 2019-10-04 14:39:53 -0400 | [diff] [blame] | 121 | <groupId>org.apache.velocity</groupId> |
| 122 | <artifactId>velocity-engine-core</artifactId> |
Timoney, Dan (dt5972) | c71f34b | 2019-10-04 14:39:53 -0400 | [diff] [blame] | 123 | </dependency> |
| 124 | <dependency> |
Timoney, Dan (dt5972) | b52972c | 2019-12-05 16:05:49 -0500 | [diff] [blame] | 125 | <groupId>org.codehaus.jettison</groupId> |
| 126 | <artifactId>jettison</artifactId> |
| 127 | </dependency> |
| 128 | <dependency> |
Dan Timoney | 1f4e903 | 2021-01-25 14:47:00 -0500 | [diff] [blame^] | 129 | <groupId>org.glassfish.jersey.bundles.repackaged</groupId> |
| 130 | <artifactId>jersey-guava</artifactId> |
| 131 | </dependency> |
| 132 | <dependency> |
Timoney, Dan (dt5972) | b52972c | 2019-12-05 16:05:49 -0500 | [diff] [blame] | 133 | <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) | bcc6156 | 2020-01-07 10:06:08 -0500 | [diff] [blame] | 149 | <groupId>org.mariadb.jdbc</groupId> |
| 150 | <artifactId>mariadb-java-client</artifactId> |
| 151 | <type>jar</type> |
| 152 | </dependency> |
| 153 | <dependency> |
Timoney, Dan (dt5972) | c71f34b | 2019-10-04 14:39:53 -0400 | [diff] [blame] | 154 | <groupId>org.onap.logging-analytics</groupId> |
| 155 | <artifactId>logging-filter-base</artifactId> |
Sandeep Shah | ffd2a83 | 2019-07-12 19:27:02 -0500 | [diff] [blame] | 156 | </dependency> |
| 157 | <dependency> |
Timoney, Dan (dt5972) | 1555acf | 2019-07-12 08:44:37 -0400 | [diff] [blame] | 158 | <groupId>org.slf4j</groupId> |
| 159 | <artifactId>jcl-over-slf4j</artifactId> |
Alexis de Talhouët | 268c5e1 | 2018-09-12 15:27:33 -0400 | [diff] [blame] | 160 | </dependency> |
| 161 | <dependency> |
Timoney, Dan (dt5972) | 1555acf | 2019-07-12 08:44:37 -0400 | [diff] [blame] | 162 | <groupId>org.springframework</groupId> |
| 163 | <artifactId>spring-beans</artifactId> |
Alexis de Talhouët | 268c5e1 | 2018-09-12 15:27:33 -0400 | [diff] [blame] | 164 | </dependency> |
| 165 | <dependency> |
Timoney, Dan (dt5972) | 1555acf | 2019-07-12 08:44:37 -0400 | [diff] [blame] | 166 | <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ët | 268c5e1 | 2018-09-12 15:27:33 -0400 | [diff] [blame] | 176 | </dependency> |
Dan Timoney | 31d15ef | 2020-09-04 11:44:40 -0400 | [diff] [blame] | 177 | <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) | 661e2da | 2018-08-10 15:52:20 -0400 | [diff] [blame] | 182 | </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> |