Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | 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] | 3 | |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 6 | <groupId>org.openecomp.sdc.core</groupId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 7 | <name>openecomp-common-lib</name> |
| 8 | <artifactId>openecomp-common-lib</artifactId> |
| 9 | |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 10 | <parent> |
| 11 | <artifactId>openecomp-sdc-lib</artifactId> |
| 12 | <groupId>org.openecomp.sdc</groupId> |
Michael Lando | 04a5bef | 2018-10-23 01:32:15 +0300 | [diff] [blame^] | 13 | <version>1.3.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-utilities-lib</artifactId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 20 | <version>${project.version}</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 21 | </dependency> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 22 | <dependency> |
| 23 | <groupId>org.openecomp.sdc</groupId> |
| 24 | <artifactId>openecomp-sdc-datatypes-lib</artifactId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 25 | <version>${project.version}</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 26 | </dependency> |
| 27 | <dependency> |
| 28 | <groupId>javax.ws.rs</groupId> |
| 29 | <artifactId>javax.ws.rs-api</artifactId> |
vempo | decd2df | 2018-07-23 19:07:37 +0300 | [diff] [blame] | 30 | <scope>provided</scope> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 31 | </dependency> |
| 32 | <dependency> |
| 33 | <groupId>ch.qos.logback</groupId> |
| 34 | <artifactId>logback-classic</artifactId> |
vempo | decd2df | 2018-07-23 19:07:37 +0300 | [diff] [blame] | 35 | <scope>runtime</scope> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 36 | </dependency> |
Avi Ziv | b8e2faf | 2017-07-18 19:45:38 +0300 | [diff] [blame] | 37 | <dependency> |
Avi Ziv | b8e2faf | 2017-07-18 19:45:38 +0300 | [diff] [blame] | 38 | <groupId>commons-io</groupId> |
| 39 | <artifactId>commons-io</artifactId> |
Avi Ziv | b8e2faf | 2017-07-18 19:45:38 +0300 | [diff] [blame] | 40 | </dependency> |
olegb | 82c94da | 2018-06-03 07:55:57 +0300 | [diff] [blame] | 41 | <dependency> |
| 42 | <groupId>org.apache.commons</groupId> |
| 43 | <artifactId>commons-lang3</artifactId> |
olegb | 82c94da | 2018-06-03 07:55:57 +0300 | [diff] [blame] | 44 | </dependency> |
| 45 | <dependency> |
| 46 | <groupId>org.apache.commons</groupId> |
| 47 | <artifactId>commons-text</artifactId> |
| 48 | </dependency> |
siddharth0905 | e8a916c | 2018-07-11 16:34:03 +0530 | [diff] [blame] | 49 | <dependency> |
vempo | decd2df | 2018-07-23 19:07:37 +0300 | [diff] [blame] | 50 | <groupId>com.fasterxml.jackson.core</groupId> |
| 51 | <artifactId>jackson-core</artifactId> |
| 52 | </dependency> |
| 53 | <dependency> |
| 54 | <groupId>com.fasterxml.jackson.core</groupId> |
| 55 | <artifactId>jackson-databind</artifactId> |
| 56 | </dependency> |
| 57 | <dependency> |
siddharth0905 | e8a916c | 2018-07-11 16:34:03 +0530 | [diff] [blame] | 58 | <groupId>com.amdocs.zusammen</groupId> |
| 59 | <artifactId>zusammen-datatypes</artifactId> |
| 60 | <version>${zusammen.version}</version> |
| 61 | </dependency> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 62 | </dependencies> |
| 63 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 64 | </project> |