blob: 76c9de3076d4ab5d186b6bd8b8fc740b5760b48b [file] [log] [blame]
Gao, Chenfei (cg287m)68377162017-06-22 14:48:41 -04001<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 <parent>
5 <groupId>org.onap.policy.drools-applications</groupId>
6 <artifactId>model-impl</artifactId>
Jessica Wagantallcd2ec552017-11-18 18:36:44 -08007 <version>1.2.0-SNAPSHOT</version>
Gao, Chenfei (cg287m)68377162017-06-22 14:48:41 -04008 </parent>
9 <artifactId>sdc</artifactId>
10
vdmeerbdf56402018-01-17 17:30:04 +000011 <dependencies>
12 <dependency>
13 <groupId>junit</groupId>
14 <artifactId>junit</artifactId>
15 <version>4.12</version>
16 <scope>test</scope>
17 </dependency>
18 </dependencies>
Gao, Chenfei (cg287m)68377162017-06-22 14:48:41 -040019</project>