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> |
| 6 | <groupId>org.onap.ccsdk.parent</groupId> |
| 7 | <artifactId>odlparent-lite</artifactId> |
Timoney, Dan (dt5972) | 53cb687 | 2019-07-30 12:13:33 -0400 | [diff] [blame] | 8 | <version>1.4.0-SNAPSHOT</version> |
Alexis de Talhouët | 268c5e1 | 2018-09-12 15:27:33 -0400 | [diff] [blame] | 9 | <relativePath/> |
Timoney, Dan (dt5972) | 661e2da | 2018-08-10 15:52:20 -0400 | [diff] [blame] | 10 | </parent> |
| 11 | |
| 12 | <groupId>org.onap.ccsdk.distribution</groupId> |
| 13 | <artifactId>dependencies</artifactId> |
Timoney, Dan (dt5972) | 53cb687 | 2019-07-30 12:13:33 -0400 | [diff] [blame] | 14 | <version>0.6.0-SNAPSHOT</version> |
Timoney, Dan (dt5972) | 661e2da | 2018-08-10 15:52:20 -0400 | [diff] [blame] | 15 | <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) | 1555acf | 2019-07-12 08:44:37 -0400 | [diff] [blame] | 25 | <groupId>ch.qos.logback</groupId> |
| 26 | <artifactId>logback-classic</artifactId> |
| 27 | <version>${logback.version}</version> |
Alexis de Talhouët | 268c5e1 | 2018-09-12 15:27:33 -0400 | [diff] [blame] | 28 | </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) | 1555acf | 2019-07-12 08:44:37 -0400 | [diff] [blame] | 35 | <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ët | 268c5e1 | 2018-09-12 15:27:33 -0400 | [diff] [blame] | 49 | </dependency> |
| 50 | <dependency> |
| 51 | <groupId>com.jayway.jsonpath</groupId> |
| 52 | <artifactId>json-path</artifactId> |
Timoney, Dan (dt5972) | 661e2da | 2018-08-10 15:52:20 -0400 | [diff] [blame] | 53 | </dependency> |
| 54 | <dependency> |
| 55 | <groupId>javax</groupId> |
| 56 | <artifactId>javaee-api</artifactId> |
Timoney, Dan (dt5972) | 661e2da | 2018-08-10 15:52:20 -0400 | [diff] [blame] | 57 | </dependency> |
| 58 | <dependency> |
Timoney, Dan (dt5972) | 1555acf | 2019-07-12 08:44:37 -0400 | [diff] [blame] | 59 | <groupId>org.apache.commons</groupId> |
| 60 | <artifactId>commons-text</artifactId> |
Timoney, Dan (dt5972) | 661e2da | 2018-08-10 15:52:20 -0400 | [diff] [blame] | 61 | </dependency> |
| 62 | <dependency> |
Timoney, Dan (dt5972) | 1555acf | 2019-07-12 08:44:37 -0400 | [diff] [blame] | 63 | <groupId>org.apache.tomcat</groupId> |
| 64 | <artifactId>tomcat-jdbc</artifactId> |
Timoney, Dan (dt5972) | 661e2da | 2018-08-10 15:52:20 -0400 | [diff] [blame] | 65 | </dependency> |
Alexis de Talhouët | 268c5e1 | 2018-09-12 15:27:33 -0400 | [diff] [blame] | 66 | <dependency> |
| 67 | <groupId>org.apache.velocity</groupId> |
| 68 | <artifactId>velocity</artifactId> |
| 69 | <version>1.7</version> |
| 70 | </dependency> |
| 71 | <dependency> |
Sandeep Shah | ffd2a83 | 2019-07-12 19:27:02 -0500 | [diff] [blame] | 72 | <groupId>org.apache.velocity</groupId> |
| 73 | <artifactId>velocity-engine-core</artifactId> |
| 74 | <version>2.0</version> |
| 75 | </dependency> |
| 76 | <dependency> |
Timoney, Dan (dt5972) | 1555acf | 2019-07-12 08:44:37 -0400 | [diff] [blame] | 77 | <groupId>org.slf4j</groupId> |
| 78 | <artifactId>jcl-over-slf4j</artifactId> |
Alexis de Talhouët | 268c5e1 | 2018-09-12 15:27:33 -0400 | [diff] [blame] | 79 | </dependency> |
| 80 | <dependency> |
Timoney, Dan (dt5972) | 1555acf | 2019-07-12 08:44:37 -0400 | [diff] [blame] | 81 | <groupId>org.springframework</groupId> |
| 82 | <artifactId>spring-beans</artifactId> |
Alexis de Talhouët | 268c5e1 | 2018-09-12 15:27:33 -0400 | [diff] [blame] | 83 | </dependency> |
| 84 | <dependency> |
Timoney, Dan (dt5972) | 1555acf | 2019-07-12 08:44:37 -0400 | [diff] [blame] | 85 | <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ët | 268c5e1 | 2018-09-12 15:27:33 -0400 | [diff] [blame] | 95 | </dependency> |
Timoney, Dan (dt5972) | 661e2da | 2018-08-10 15:52:20 -0400 | [diff] [blame] | 96 | </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> |