ab368e41262eacbc489745b98d2bfd458dc4aa23
[policy/drools-applications.git] / controlloop / common / model-impl / sdc / pom.xml
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">
3   <modelVersion>4.0.0</modelVersion>
4
5   <parent>
6     <groupId>org.onap.policy.drools-applications.controlloop.common.model-impl</groupId>
7     <artifactId>model-impl</artifactId>
8     <version>1.2.1-SNAPSHOT</version>
9   </parent>
10
11   <artifactId>sdc</artifactId>
12
13   <dependencies>
14     <dependency>
15       <groupId>junit</groupId>
16       <artifactId>junit</artifactId>
17       <version>4.12</version>
18       <scope>test</scope>
19     </dependency>
20   </dependencies>
21 </project>