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