Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [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"> |
vempo | decd2df | 2018-07-23 19:07:37 +0300 | [diff] [blame] | 5 | |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 6 | <modelVersion>4.0.0</modelVersion> |
| 7 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 8 | <artifactId>openecomp-sdc-action-api</artifactId> |
| 9 | |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 10 | <parent> |
| 11 | <groupId>org.openecomp.sdc</groupId> |
| 12 | <artifactId>openecomp-sdc-action-lib</artifactId> |
Ofir Sonsino | 610ff24 | 2019-07-28 15:44:36 +0300 | [diff] [blame] | 13 | <version>1.5.1-SNAPSHOT</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 14 | </parent> |
| 15 | |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 16 | <dependencies> |
| 17 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 18 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 19 | <artifactId>openecomp-core-lib</artifactId> |
| 20 | <type>pom</type> |
| 21 | <version>${project.version}</version> |
| 22 | </dependency> |
| 23 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 24 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 25 | <artifactId>openecomp-facade-core</artifactId> |
| 26 | <version>${project.version}</version> |
| 27 | </dependency> |
| 28 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 29 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 30 | <artifactId>openecomp-nosqldb-core</artifactId> |
| 31 | <version>${project.version}</version> |
| 32 | </dependency> |
| 33 | <dependency> |
| 34 | <groupId>org.openecomp.sdc</groupId> |
| 35 | <artifactId>openecomp-sdc-versioning-api</artifactId> |
| 36 | <version>${project.version}</version> |
| 37 | </dependency> |
| 38 | <dependency> |
| 39 | <groupId>com.fasterxml.jackson.core</groupId> |
| 40 | <artifactId>jackson-annotations</artifactId> |
vempo | decd2df | 2018-07-23 19:07:37 +0300 | [diff] [blame] | 41 | </dependency> |
| 42 | <dependency> |
| 43 | <groupId>javax.ws.rs</groupId> |
| 44 | <artifactId>javax.ws.rs-api</artifactId> |
| 45 | <scope>provided</scope> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 46 | </dependency> |
Tomasz Golabek | a1cbd05 | 2019-09-03 13:08:37 +0200 | [diff] [blame^] | 47 | <dependency> |
| 48 | <groupId>junit</groupId> |
| 49 | <artifactId>junit</artifactId> |
| 50 | <version>${junit.version}</version> |
| 51 | <scope>test</scope> |
| 52 | </dependency> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 53 | </dependencies> |
| 54 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 55 | </project> |