AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 1 | <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | xmlns="http://maven.apache.org/POM/4.0.0" |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 6 | <name>openecomp-sdc-versioning-api</name> |
| 7 | <artifactId>openecomp-sdc-versioning-api</artifactId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 8 | <parent> |
| 9 | <groupId>org.openecomp.sdc</groupId> |
| 10 | <artifactId>openecomp-sdc-lib</artifactId> |
Michael Lando | 04a5bef | 2018-10-23 01:32:15 +0300 | [diff] [blame] | 11 | <version>1.3.1-SNAPSHOT</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 12 | <relativePath>../..</relativePath> |
| 13 | </parent> |
| 14 | |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 15 | <dependencies> |
| 16 | <dependency> |
mojahidi | 52b9a0d | 2018-10-08 14:28:48 +0530 | [diff] [blame] | 17 | <groupId>org.projectlombok</groupId> |
| 18 | <artifactId>lombok</artifactId> |
| 19 | </dependency> |
| 20 | <dependency> |
ojasdubey | b111bbe | 2018-08-21 17:55:30 +0530 | [diff] [blame] | 21 | <groupId>com.datastax.cassandra</groupId> |
| 22 | <artifactId>cassandra-driver-extras</artifactId> |
| 23 | <version>${datastax.cassandra.version}</version> |
| 24 | </dependency> |
| 25 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 26 | <groupId>org.openecomp.sdc.core</groupId> |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame] | 27 | <artifactId>openecomp-session-lib</artifactId> |
| 28 | <version>${project.version}</version> |
| 29 | </dependency> |
| 30 | <dependency> |
| 31 | <groupId>org.openecomp.sdc</groupId> |
| 32 | <artifactId>openecomp-item-permissions-core</artifactId> |
| 33 | <version>${project.version}</version> |
| 34 | </dependency> |
| 35 | <dependency> |
| 36 | <groupId>org.openecomp.sdc</groupId> |
| 37 | <artifactId>openecomp-item-permissions-api</artifactId> |
| 38 | <version>${project.version}</version> |
| 39 | </dependency> |
| 40 | <dependency> |
| 41 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 42 | <artifactId>openecomp-facade-core</artifactId> |
| 43 | <version>${project.version}</version> |
| 44 | </dependency> |
| 45 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 46 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 47 | <artifactId>openecomp-facade-api</artifactId> |
| 48 | <version>${project.version}</version> |
| 49 | </dependency> |
| 50 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 51 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 52 | <artifactId>openecomp-nosqldb-core</artifactId> |
| 53 | <version>${project.version}</version> |
| 54 | </dependency> |
| 55 | <dependency> |
| 56 | <groupId>org.hibernate</groupId> |
| 57 | <artifactId>hibernate-validator</artifactId> |
| 58 | <version>${hibernate.validator.version}</version> |
| 59 | </dependency> |
| 60 | <dependency> |
| 61 | <groupId>javax.el</groupId> |
| 62 | <artifactId>javax.el-api</artifactId> |
| 63 | <version>${javax.el-api.version}</version> |
| 64 | </dependency> |
| 65 | <dependency> |
| 66 | <groupId>org.glassfish.web</groupId> |
| 67 | <artifactId>javax.el</artifactId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 68 | <version>${javax.el.version}</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 69 | </dependency> |
| 70 | <dependency> |
| 71 | <groupId>org.mockito</groupId> |
| 72 | <artifactId>mockito-all</artifactId> |
| 73 | <scope>test</scope> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 74 | <version>${mockito.all.version}</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 75 | </dependency> |
| 76 | <dependency> |
| 77 | <groupId>org.testng</groupId> |
| 78 | <artifactId>testng</artifactId> |
| 79 | <scope>test</scope> |
avigaffa | aae39fb | 2018-06-18 19:56:59 +0300 | [diff] [blame] | 80 | <version>${testng.version}</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 81 | <exclusions> |
| 82 | <exclusion> |
| 83 | <artifactId>snakeyaml</artifactId> |
| 84 | <groupId>org.yaml</groupId> |
| 85 | </exclusion> |
| 86 | </exclusions> |
| 87 | </dependency> |
| 88 | <dependency> |
| 89 | <groupId>junit</groupId> |
| 90 | <artifactId>junit</artifactId> |
| 91 | <scope>test</scope> |
Avi Ziv | b8e2faf | 2017-07-18 19:45:38 +0300 | [diff] [blame] | 92 | <version>${junit.version}</version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 93 | </dependency> |
| 94 | <dependency> |
| 95 | <groupId>org.openecomp.sdc</groupId> |
| 96 | <artifactId>openecomp-sdc-logging-core</artifactId> |
| 97 | <version>${project.version}</version> |
vempo | acd7ec0 | 2018-01-28 14:39:56 +0200 | [diff] [blame] | 98 | <scope>runtime</scope> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 99 | </dependency> |
| 100 | </dependencies> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 101 | </project> |