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) | 4d1e965 | 2019-03-15 08:12:19 -0400 | [diff] [blame] | 8 | <version>1.2.1</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) | e7cfae5 | 2019-01-03 15:14:58 -0500 | [diff] [blame] | 14 | <version>0.4.1-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> |
| 25 | <groupId>org.slf4j</groupId> |
| 26 | <artifactId>jcl-over-slf4j</artifactId> |
| 27 | <version>${slf4j.version}</version> |
| 28 | </dependency> |
Alexis de Talhouët | 268c5e1 | 2018-09-12 15:27:33 -0400 | [diff] [blame] | 29 | <dependency> |
| 30 | <groupId>org.apache.tomcat</groupId> |
| 31 | <artifactId>tomcat-jdbc</artifactId> |
| 32 | <version>${tomcat-jdbc.version}</version> |
| 33 | </dependency> |
| 34 | <dependency> |
| 35 | <groupId>com.att.eelf</groupId> |
| 36 | <artifactId>eelf-core</artifactId> |
| 37 | </dependency> |
| 38 | <dependency> |
| 39 | <groupId>ch.qos.logback</groupId> |
| 40 | <artifactId>logback-core</artifactId> |
| 41 | <version>${logback.version}</version> |
| 42 | </dependency> |
| 43 | <dependency> |
| 44 | <groupId>ch.qos.logback</groupId> |
| 45 | <artifactId>logback-classic</artifactId> |
| 46 | <version>${logback.version}</version> |
| 47 | </dependency> |
| 48 | <dependency> |
| 49 | <groupId>com.jayway.jsonpath</groupId> |
| 50 | <artifactId>json-path</artifactId> |
| 51 | <version>2.3.0</version> |
| 52 | </dependency> |
| 53 | <dependency> |
Timoney, Dan (dt5972) | 661e2da | 2018-08-10 15:52:20 -0400 | [diff] [blame] | 54 | <groupId>org.apache.commons</groupId> |
| 55 | <artifactId>commons-text</artifactId> |
| 56 | <version>1.1</version> |
| 57 | </dependency> |
| 58 | <dependency> |
| 59 | <groupId>javax</groupId> |
| 60 | <artifactId>javaee-api</artifactId> |
| 61 | <version>7.0</version> |
| 62 | </dependency> |
| 63 | <dependency> |
| 64 | <groupId>org.springframework</groupId> |
| 65 | <artifactId>spring-beans</artifactId> |
| 66 | <version>${spring.version}</version> |
| 67 | </dependency> |
| 68 | <dependency> |
| 69 | <groupId>org.springframework</groupId> |
Alexis de Talhouët | 268c5e1 | 2018-09-12 15:27:33 -0400 | [diff] [blame] | 70 | <artifactId>spring-web</artifactId> |
| 71 | <version>${spring.version}</version> |
| 72 | </dependency> |
| 73 | <dependency> |
| 74 | <groupId>org.springframework</groupId> |
Timoney, Dan (dt5972) | 661e2da | 2018-08-10 15:52:20 -0400 | [diff] [blame] | 75 | <artifactId>spring-context</artifactId> |
| 76 | <version>${spring.version}</version> |
| 77 | </dependency> |
| 78 | <dependency> |
| 79 | <groupId>org.springframework</groupId> |
| 80 | <artifactId>spring-jdbc</artifactId> |
| 81 | <version>${spring.version}</version> |
| 82 | </dependency> |
Alexis de Talhouët | 268c5e1 | 2018-09-12 15:27:33 -0400 | [diff] [blame] | 83 | <dependency> |
| 84 | <groupId>org.apache.velocity</groupId> |
| 85 | <artifactId>velocity</artifactId> |
| 86 | <version>1.7</version> |
| 87 | </dependency> |
| 88 | <dependency> |
| 89 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 90 | <artifactId>jackson-dataformat-xml</artifactId> |
| 91 | <version>${jackson.version}</version> |
| 92 | </dependency> |
| 93 | <dependency> |
| 94 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 95 | <artifactId>jackson-dataformat-yaml</artifactId> |
| 96 | <version>${jackson.version}</version> |
| 97 | </dependency> |
| 98 | <dependency> |
| 99 | <groupId>com.fasterxml.jackson.module</groupId> |
| 100 | <artifactId>jackson-module-jsonSchema</artifactId> |
| 101 | <version>${jackson.version}</version> |
| 102 | </dependency> |
Timoney, Dan (dt5972) | 661e2da | 2018-08-10 15:52:20 -0400 | [diff] [blame] | 103 | </dependencies> |
| 104 | |
| 105 | <build> |
| 106 | <plugins> |
| 107 | <plugin> |
| 108 | <artifactId>maven-assembly-plugin</artifactId> |
| 109 | <version>2.6</version> |
| 110 | <executions> |
| 111 | <execution> |
| 112 | <id>maven-repo-zip</id> |
| 113 | <goals> |
| 114 | <goal>single</goal> |
| 115 | </goals> |
| 116 | <phase>package</phase> |
| 117 | <configuration> |
| 118 | <attach>true</attach> |
| 119 | <finalName>stage/dependencies-${project.version}</finalName> |
| 120 | <descriptors> |
| 121 | <descriptor>src/assembly/assemble_mvnrepo_zip.xml</descriptor> |
| 122 | </descriptors> |
| 123 | <appendAssemblyId>true</appendAssemblyId> |
| 124 | </configuration> |
| 125 | </execution> |
| 126 | </executions> |
| 127 | </plugin> |
| 128 | <plugin> |
| 129 | <groupId>org.apache.maven.plugins</groupId> |
| 130 | <artifactId>maven-dependency-plugin</artifactId> |
| 131 | <executions> |
| 132 | <execution> |
| 133 | <id>copy-dependencies</id> |
| 134 | <goals> |
| 135 | <goal>copy-dependencies</goal> |
| 136 | </goals> |
| 137 | <phase>prepare-package</phase> |
| 138 | <configuration> |
| 139 | <transitive>false</transitive> |
| 140 | <outputDirectory>${project.build.directory}/assembly/system</outputDirectory> |
| 141 | <overWriteReleases>false</overWriteReleases> |
| 142 | <overWriteSnapshots>true</overWriteSnapshots> |
| 143 | <overWriteIfNewer>true</overWriteIfNewer> |
| 144 | <useRepositoryLayout>true</useRepositoryLayout> |
| 145 | <addParentPoms>false</addParentPoms> |
| 146 | <copyPom>false</copyPom> |
| 147 | <excludeGroupIds>org.onap.ccsdk.sli.core,org.opendaylight</excludeGroupIds> |
| 148 | <scope>provided</scope> |
| 149 | </configuration> |
| 150 | </execution> |
| 151 | </executions> |
| 152 | </plugin> |
| 153 | </plugins> |
| 154 | </build> |
| 155 | </project> |