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 | |
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-tosca-lib</name> |
| 8 | <artifactId>openecomp-tosca-lib</artifactId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 9 | |
| 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> |
amitjai | 42c920b | 2018-04-27 13:28:57 +0530 | [diff] [blame] | 18 | <groupId>org.onap.sdc.common</groupId> |
| 19 | <artifactId>onap-tosca-datatype</artifactId> |
vempo | 494e442 | 2018-07-18 17:10:01 +0300 | [diff] [blame] | 20 | <version>${project.version}</version> |
Avi Ziv | b8e2faf | 2017-07-18 19:45:38 +0300 | [diff] [blame] | 21 | </dependency> |
| 22 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 23 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 24 | <artifactId>openecomp-utilities-lib</artifactId> |
| 25 | <version>${project.version}</version> |
| 26 | </dependency> |
| 27 | <dependency> |
| 28 | <groupId>org.openecomp.sdc</groupId> |
priyanshu | e812c4f | 2018-03-05 15:00:10 +0530 | [diff] [blame] | 29 | <artifactId>openecomp-sdc-validation-api</artifactId> |
| 30 | <version>${project.version}</version> |
| 31 | </dependency> |
| 32 | <dependency> |
| 33 | <groupId>org.openecomp.sdc</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 34 | <artifactId>openecomp-sdc-datatypes-lib</artifactId> |
| 35 | <version>${project.version}</version> |
| 36 | </dependency> |
| 37 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 38 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 39 | <artifactId>openecomp-common-lib</artifactId> |
| 40 | <version>${project.version}</version> |
| 41 | </dependency> |
| 42 | <dependency> |
| 43 | <groupId>ch.qos.logback</groupId> |
| 44 | <artifactId>logback-classic</artifactId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 45 | <version>${logback.version}</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 46 | </dependency> |
| 47 | <dependency> |
| 48 | <groupId>junit</groupId> |
| 49 | <artifactId>junit</artifactId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 50 | <version>${junit.version}</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 51 | <scope>test</scope> |
| 52 | </dependency> |
| 53 | <dependency> |
Gautam Shah | 09a41f5 | 2018-04-11 19:55:29 +0530 | [diff] [blame] | 54 | <groupId>org.mockito</groupId> |
| 55 | <artifactId>mockito-all</artifactId> |
| 56 | <scope>test</scope> |
| 57 | <version>${mockito.all.version}</version> |
| 58 | </dependency> |
| 59 | <dependency> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 60 | <groupId>org.openecomp.sdc</groupId> |
| 61 | <artifactId>openecomp-sdc-logging-core</artifactId> |
| 62 | <version>${project.version}</version> |
vempo | acd7ec0 | 2018-01-28 14:39:56 +0200 | [diff] [blame] | 63 | <scope>runtime</scope> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 64 | </dependency> |
| 65 | <dependency> |
amitjai | 42c920b | 2018-04-27 13:28:57 +0530 | [diff] [blame] | 66 | <groupId>org.onap.sdc.common</groupId> |
| 67 | <artifactId>onap-configuration-management-core</artifactId> |
vempo | 494e442 | 2018-07-18 17:10:01 +0300 | [diff] [blame] | 68 | <version>${project.version}</version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 69 | <scope>runtime</scope> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 70 | </dependency> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 71 | <dependency> |
amitjai | 42c920b | 2018-04-27 13:28:57 +0530 | [diff] [blame] | 72 | <groupId>org.onap.sdc.common</groupId> |
| 73 | <artifactId>onap-configuration-management-api</artifactId> |
vempo | 494e442 | 2018-07-18 17:10:01 +0300 | [diff] [blame] | 74 | <version>${project.version}</version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 75 | </dependency> |
priyanshu | e812c4f | 2018-03-05 15:00:10 +0530 | [diff] [blame] | 76 | <dependency> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 77 | <groupId>org.onap.sdc.sdc-tosca</groupId> |
priyanshu | e812c4f | 2018-03-05 15:00:10 +0530 | [diff] [blame] | 78 | <artifactId>sdc-tosca</artifactId> |
| 79 | <version>${sdc-tosca-parser.version}</version> |
| 80 | </dependency> |
siddharth0905 | 2fb9149 | 2018-10-08 16:49:26 +0530 | [diff] [blame] | 81 | <dependency> |
| 82 | <groupId>org.projectlombok</groupId> |
| 83 | <artifactId>lombok</artifactId> |
| 84 | <scope>compile</scope> |
| 85 | </dependency> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 86 | </dependencies> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 87 | <properties> |
| 88 | <useSystemClassLoader>false</useSystemClassLoader> |
| 89 | </properties> |
shrikantawachar | 9a69925 | 2018-04-06 11:07:00 +0530 | [diff] [blame] | 90 | |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 91 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 92 | </project> |