blob: a8cae9714b2c4dac2f605aa3be01c9e432357b24 [file] [log] [blame]
vempo933cdbd2018-10-25 19:27:22 +03001<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xmlns="http://maven.apache.org/POM/4.0.0"
vempodecd2df2018-07-23 19:07:37 +03003 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
amitjai42c920b2018-04-27 13:28:57 +05304
vempodecd2df2018-07-23 19:07:37 +03005 <modelVersion>4.0.0</modelVersion>
amitjai42c920b2018-04-27 13:28:57 +05306
vempodecd2df2018-07-23 19:07:37 +03007 <name>onap-configuration-management-api</name>
8 <artifactId>onap-configuration-management-api</artifactId>
9
10 <parent>
11 <artifactId>onap-common-configuration-management</artifactId>
12 <groupId>org.onap.sdc.common</groupId>
Ofir Sonsino09d87892020-03-12 20:52:42 +020013 <version>1.7.0-SNAPSHOT</version>
vempodecd2df2018-07-23 19:07:37 +030014 </parent>
amitjai42c920b2018-04-27 13:28:57 +053015
vempo2074ab22018-10-28 14:45:46 +020016 <dependencies>
17 <dependency>
18 <groupId>junit</groupId>
19 <artifactId>junit</artifactId>
20 <scope>test</scope>
21 </dependency>
Dmitry Puzikov562b7d52019-11-20 17:08:22 +010022 <dependency>
23 <groupId>org.mockito</groupId>
24 <artifactId>mockito-core</artifactId>
25 <scope>test</scope>
26 </dependency>
vempo2074ab22018-10-28 14:45:46 +020027 </dependencies>
28
amitjai42c920b2018-04-27 13:28:57 +053029</project>