talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Tomasz Golabek | a1cbd05 | 2019-09-03 13:08:37 +0200 | [diff] [blame] | 2 | <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> |
| 4 | <modelVersion>4.0.0</modelVersion> |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame] | 5 | |
| 6 | |
Tomasz Golabek | a1cbd05 | 2019-09-03 13:08:37 +0200 | [diff] [blame] | 7 | <parent> |
| 8 | <groupId>org.openecomp.sdc</groupId> |
| 9 | <artifactId>openecomp-item-permissions-lib</artifactId> |
shrek2000 | 65f0aa3 | 2020-02-02 10:40:15 +0200 | [diff] [blame] | 10 | <version>1.6.1-SNAPSHOT</version> |
Tomasz Golabek | a1cbd05 | 2019-09-03 13:08:37 +0200 | [diff] [blame] | 11 | </parent> |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame] | 12 | |
Tomasz Golabek | a1cbd05 | 2019-09-03 13:08:37 +0200 | [diff] [blame] | 13 | <artifactId>openecomp-item-permissions-api</artifactId> |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame] | 14 | |
Tomasz Golabek | a1cbd05 | 2019-09-03 13:08:37 +0200 | [diff] [blame] | 15 | <dependencies> |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame] | 16 | |
| 17 | <dependency> |
Tomasz Golabek | a1cbd05 | 2019-09-03 13:08:37 +0200 | [diff] [blame] | 18 | <groupId>org.openecomp.sdc.core</groupId> |
| 19 | <artifactId>openecomp-nosqldb-core</artifactId> |
| 20 | <version>${project.version}</version> |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame] | 21 | </dependency> |
| 22 | |
Tomasz Golabek | a1cbd05 | 2019-09-03 13:08:37 +0200 | [diff] [blame] | 23 | <dependency> |
| 24 | <groupId>org.openecomp.sdc.core</groupId> |
| 25 | <artifactId>openecomp-facade-api</artifactId> |
| 26 | <version>${project.version}</version> |
| 27 | </dependency> |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame] | 28 | |
Tomasz Golabek | a1cbd05 | 2019-09-03 13:08:37 +0200 | [diff] [blame] | 29 | <dependency> |
| 30 | <groupId>junit</groupId> |
| 31 | <artifactId>junit</artifactId> |
| 32 | <version>${junit.version}</version> |
| 33 | <scope>test</scope> |
| 34 | </dependency> |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame] | 35 | |
Tomasz Golabek | a1cbd05 | 2019-09-03 13:08:37 +0200 | [diff] [blame] | 36 | </dependencies> |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame] | 37 | |
| 38 | </project> |