blob: 54e68da5b0db902d145084918f904f603e50c102 [file] [log] [blame]
wangxinyuan1011333265500fb2017-09-26 11:01:49 +08001<?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>
Jorge Hernandeze75ee5c2017-10-30 12:06:36 -05006 <artifactId>common</artifactId>
wangxinyuan1011333265500fb2017-09-26 11:01:49 +08007 <groupId>org.onap.policy.drools-applications</groupId>
Jessica Wagantallcd2ec552017-11-18 18:36:44 -08008 <version>1.2.0-SNAPSHOT</version>
wangxinyuan1011333265500fb2017-09-26 11:01:49 +08009 </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>
Jorge Hernandez788954f2017-11-07 09:04:10 -060017 <version>1.0.0</version>
wangxinyuan1011333265500fb2017-09-26 11:01:49 +080018 </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
Jorge Hernandeze75ee5c2017-10-30 12:06:36 -050051</project>