Upgrade to 1.1.2-SNAPSHOT
[policy/drools-applications.git] / controlloop / common / msb / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <parent>
6         <artifactId>common</artifactId>
7         <groupId>org.onap.policy.drools-applications</groupId>
8         <version>1.1.2-SNAPSHOT</version>
9     </parent>
10     <modelVersion>4.0.0</modelVersion>
11
12     <artifactId>msb</artifactId>
13     <dependencies>
14         <dependency>
15             <groupId>org.onap.msb.java-sdk</groupId>
16             <artifactId>msb-java-sdk</artifactId>
17             <version>1.0.0</version>
18         </dependency>
19         <dependency>
20             <groupId>junit</groupId>
21             <artifactId>junit</artifactId>
22             <version>4.12</version>
23             <scope>test</scope>
24         </dependency>
25         <dependency>
26             <groupId>org.powermock</groupId>
27             <artifactId>powermock-module-junit4</artifactId>
28             <version>1.6.5</version>
29             <scope>test</scope>
30         </dependency>
31         <dependency>
32             <groupId>org.powermock</groupId>
33             <artifactId>powermock-api-mockito</artifactId>
34             <version>1.6.5</version>
35             <scope>test</scope>
36         </dependency>
37         <dependency>
38             <groupId>ch.qos.logback</groupId>
39             <artifactId>logback-classic</artifactId>
40             <version>1.2.3</version>
41             <scope>test</scope>
42         </dependency>
43         <dependency>
44             <groupId>ch.qos.logback</groupId>
45             <artifactId>logback-core</artifactId>
46             <version>1.2.3</version>
47             <scope>test</scope>
48         </dependency>
49     </dependencies>
50
51 </project>