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" |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 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> |
Tomasz Golabek | 967a120 | 2019-03-19 11:37:28 +0100 | [diff] [blame] | 6 | |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 7 | <parent> |
| 8 | <groupId>org.onap.sdc.common</groupId> |
| 9 | <artifactId>onap-generic-artifact-browser</artifactId> |
MichaelMorris | 0560a3a | 2023-10-27 18:18:46 +0100 | [diff] [blame] | 10 | <version>1.13.6-SNAPSHOT</version> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 11 | </parent> |
Tomasz Golabek | 967a120 | 2019-03-19 11:37:28 +0100 | [diff] [blame] | 12 | |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 13 | <artifactId>onap-generic-artifact-browser-component-tests</artifactId> |
Tomasz Golabek | 967a120 | 2019-03-19 11:37:28 +0100 | [diff] [blame] | 14 | |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 15 | <dependencies> |
Tomasz Golabek | 967a120 | 2019-03-19 11:37:28 +0100 | [diff] [blame] | 16 | |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 17 | <!--tested packages--> |
| 18 | <dependency> |
| 19 | <groupId>org.onap.sdc.common</groupId> |
| 20 | <artifactId>onap-generic-artifact-browser-service</artifactId> |
| 21 | <version>${project.version}</version> |
| 22 | </dependency> |
Tomasz Golabek | 967a120 | 2019-03-19 11:37:28 +0100 | [diff] [blame] | 23 | |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 24 | <!--cucumber--> |
| 25 | <dependency> |
| 26 | <groupId>io.cucumber</groupId> |
| 27 | <artifactId>cucumber-java</artifactId> |
| 28 | <version>${cucumber.version}</version> |
| 29 | <scope>test</scope> |
| 30 | </dependency> |
| 31 | <dependency> |
| 32 | <groupId>io.cucumber</groupId> |
| 33 | <artifactId>cucumber-junit</artifactId> |
| 34 | <version>${cucumber.version}</version> |
| 35 | <scope>test</scope> |
| 36 | </dependency> |
| 37 | |
| 38 | </dependencies> |
Tomasz Golabek | 967a120 | 2019-03-19 11:37:28 +0100 | [diff] [blame] | 39 | </project> |