Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 5 | <name>openecomp-sdc-vendor-license-manager</name> |
| 6 | <artifactId>openecomp-sdc-vendor-license-manager</artifactId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 7 | |
| 8 | <parent> |
| 9 | <artifactId>backend</artifactId> |
| 10 | <groupId>org.openecomp.sdc</groupId> |
Michael Lando | 0ad3c80 | 2017-09-19 16:32:59 +0300 | [diff] [blame] | 11 | <version>1.2.0-SNAPSHOT</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 12 | </parent> |
| 13 | |
shrikantawachar | 9a69925 | 2018-04-06 11:07:00 +0530 | [diff] [blame] | 14 | |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 15 | |
| 16 | <dependencies> |
| 17 | <dependency> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 18 | <groupId>org.openecomp.sdc</groupId> |
| 19 | <artifactId>openecomp-sdc-vendor-license-core</artifactId> |
| 20 | <version>${project.version}</version> |
| 21 | </dependency> |
| 22 | <dependency> |
| 23 | <groupId>org.mockito</groupId> |
| 24 | <artifactId>mockito-all</artifactId> |
| 25 | <scope>test</scope> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 26 | <version>${mockito.all.version}</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 27 | </dependency> |
| 28 | <dependency> |
| 29 | <groupId>org.testng</groupId> |
| 30 | <artifactId>testng</artifactId> |
| 31 | <scope>test</scope> |
| 32 | <version>6.8.5</version> |
| 33 | <exclusions> |
| 34 | <exclusion> |
| 35 | <artifactId>snakeyaml</artifactId> |
| 36 | <groupId>org.yaml</groupId> |
| 37 | </exclusion> |
| 38 | </exclusions> |
| 39 | </dependency> |
| 40 | <dependency> |
| 41 | <groupId>junit</groupId> |
| 42 | <artifactId>junit</artifactId> |
| 43 | <scope>test</scope> |
Avi Ziv | b8e2faf | 2017-07-18 19:45:38 +0300 | [diff] [blame] | 44 | <version>${junit.version}</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 45 | </dependency> |
| 46 | <dependency> |
| 47 | <groupId>javax.el</groupId> |
| 48 | <artifactId>javax.el-api</artifactId> |
| 49 | <version>${javax.el-api.version}</version> |
| 50 | </dependency> |
| 51 | <dependency> |
| 52 | <groupId>org.glassfish.web</groupId> |
| 53 | <artifactId>javax.el</artifactId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 54 | <version>${javax.el.version}</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 55 | </dependency> |
| 56 | <dependency> |
| 57 | <groupId>org.codehaus.woodstox</groupId> |
| 58 | <artifactId>woodstox-core-asl</artifactId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 59 | <version>${woodstox.version}</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 60 | </dependency> |
| 61 | <dependency> |
| 62 | <groupId>org.openecomp.sdc</groupId> |
| 63 | <artifactId>openecomp-sdc-vendor-software-product-manager</artifactId> |
Michael Lando | 0ad3c80 | 2017-09-19 16:32:59 +0300 | [diff] [blame] | 64 | <version>1.2.0-SNAPSHOT</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 65 | </dependency> |
| 66 | <dependency> |
| 67 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 68 | <artifactId>jackson-dataformat-xml</artifactId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 69 | <version>${jackson.version}</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 70 | </dependency> |
| 71 | <!-- https://mvnrepository.com/artifact/commons-io/commons-io --> |
| 72 | <dependency> |
| 73 | <groupId>commons-io</groupId> |
| 74 | <artifactId>commons-io</artifactId> |
| 75 | <version>${commons.io.version}</version> |
| 76 | </dependency> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 77 | </dependencies> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 78 | </project> |