blob: 18b2c5deda1eb4d8c79ceaccda0e55291b0a81e0 [file] [log] [blame]
ITSERVICES\rb7147dda032f2017-05-08 22:20:44 -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 <artifactId>ControlloopPolicy</artifactId>
5 <parent>
6 <groupId>org.openecomp.policy.engine</groupId>
7 <artifactId>PolicyEngineSuite</artifactId>
8 <version>1.1.0-SNAPSHOT</version>
9 </parent>
10 <dependencies>
11 <dependency>
12 <groupId>junit</groupId>
13 <artifactId>junit</artifactId>
14 <version>4.12</version>
15 <scope>provided</scope>
16 </dependency>
17 <dependency>
18 <groupId>org.yaml</groupId>
19 <artifactId>snakeyaml</artifactId>
20 <version>1.17</version>
21 </dependency>
22 <dependency>
23 <groupId>org.jgrapht</groupId>
24 <artifactId>jgrapht-core</artifactId>
25 <version>0.9.2</version>
26 </dependency>
27 <dependency>
28 <groupId>com.google.guava</groupId>
29 <artifactId>guava</artifactId>
30 <version>19.0</version>
31 </dependency>
32 </dependencies>
33</project>