Tomasz Golabek | 967a120 | 2019-03-19 11:37:28 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 5 | <modelVersion>4.0.0</modelVersion> |
| 6 | |
| 7 | <parent> |
| 8 | <groupId>org.onap.sdc.common</groupId> |
| 9 | <artifactId>onap-generic-artifact-browser</artifactId> |
Ofir Sonsino | 09d8789 | 2020-03-12 20:52:42 +0200 | [diff] [blame] | 10 | <version>1.7.0-SNAPSHOT</version> |
Tomasz Golabek | 967a120 | 2019-03-19 11:37:28 +0100 | [diff] [blame] | 11 | </parent> |
| 12 | |
| 13 | <artifactId>onap-generic-artifact-browser-component-tests</artifactId> |
| 14 | |
Tomasz Golabek | 967a120 | 2019-03-19 11:37:28 +0100 | [diff] [blame] | 15 | <dependencies> |
| 16 | <!--tested packages--> |
| 17 | <dependency> |
| 18 | <groupId>org.onap.sdc.common</groupId> |
| 19 | <artifactId>onap-generic-artifact-browser-service</artifactId> |
| 20 | <version>${project.version}</version> |
| 21 | </dependency> |
| 22 | |
| 23 | <!--cucumber--> |
| 24 | <dependency> |
| 25 | <groupId>io.cucumber</groupId> |
| 26 | <artifactId>cucumber-java</artifactId> |
| 27 | <version>${cucumber.version}</version> |
| 28 | <scope>test</scope> |
| 29 | </dependency> |
| 30 | <dependency> |
| 31 | <groupId>io.cucumber</groupId> |
| 32 | <artifactId>cucumber-junit</artifactId> |
| 33 | <version>${cucumber.version}</version> |
| 34 | <scope>test</scope> |
| 35 | </dependency> |
| 36 | |
| 37 | </dependencies> |
Tomasz Golabek | 967a120 | 2019-03-19 11:37:28 +0100 | [diff] [blame] | 38 | </project> |