[POLICY-22] Reorganizing drools-apps
[policy/drools-applications.git] / controlloop / templates / template.demo / 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         <parent>
5             <groupId>org.onap.policy.drools-applications</groupId>
6                 <artifactId>templates</artifactId>
7                 <version>1.1.0-SNAPSHOT</version>
8         </parent>
9         <artifactId>template.demo</artifactId>
10         <dependencies>
11                 <dependency>
12                         <groupId>org.drools</groupId>
13                         <artifactId>drools-core</artifactId>
14                         <version>6.3.0.Final</version>
15                 </dependency>
16                 <dependency>
17                         <groupId>org.drools</groupId>
18                         <artifactId>drools-compiler</artifactId>
19                         <version>6.3.0.Final</version>
20                         <scope>provided</scope>
21                 </dependency>
22                 <dependency>
23                         <groupId>org.onap.policy.drools-applications</groupId>
24                         <artifactId>appc</artifactId>
25                         <version>1.1.0-SNAPSHOT</version>
26                 </dependency>
27                                 <dependency>
28                         <groupId>org.onap.policy.drools-applications</groupId>
29                         <artifactId>events</artifactId>
30                         <version>1.1.0-SNAPSHOT</version>
31                 </dependency>
32                 <dependency>
33                         <groupId>org.onap.policy.drools-applications</groupId>
34                         <artifactId>guard</artifactId>
35                         <version>1.1.0-SNAPSHOT</version>
36                 </dependency>
37                 <dependency>
38                         <groupId>org.onap.policy.drools-applications</groupId>
39                         <artifactId>aai</artifactId>
40                         <version>1.1.0-SNAPSHOT</version>
41                 </dependency>
42                 <dependency>
43                         <groupId>org.onap.policy.drools-applications</groupId>
44                         <artifactId>sdc</artifactId>
45                         <version>1.1.0-SNAPSHOT</version>
46                 </dependency>
47                 <dependency>
48                         <groupId>org.onap.policy.drools-applications</groupId>
49                         <artifactId>events</artifactId>
50                         <version>1.1.0-SNAPSHOT</version>
51                 </dependency>
52                 <dependency>
53                         <groupId>org.onap.policy.drools-applications</groupId>
54                         <artifactId>policy-yaml</artifactId>
55                         <version>1.1.0-SNAPSHOT</version>
56                 </dependency>
57                 <dependency>
58                         <groupId>org.onap.policy.drools-applications</groupId>
59                         <artifactId>eventmanager</artifactId>
60                         <version>1.1.0-SNAPSHOT</version>
61                 </dependency>
62                 <dependency>
63                         <groupId>commons-io</groupId>
64                         <artifactId>commons-io</artifactId>
65                         <version>2.4</version>
66                 </dependency>
67                 <dependency>
68                         <groupId>org.apache.httpcomponents</groupId>
69                         <artifactId>httpclient</artifactId>
70                         <version>4.5.2</version>
71                 </dependency>
72                 <dependency>
73                     <groupId>com.att.research.xacml</groupId>
74                     <artifactId>xacml</artifactId>
75                     <version>1.0.0</version>
76                 </dependency>
77                 <dependency>
78                     <groupId>com.att.research.xacml</groupId>
79                     <artifactId>xacml-pdp</artifactId>
80                     <version>1.0.0</version>
81                 </dependency>
82                 <dependency>
83                     <groupId>javax.persistence</groupId>
84                     <artifactId>persistence-api</artifactId>
85                     <version>1.0.2</version>
86                 </dependency>
87                 <dependency>
88                     <groupId>org.eclipse.persistence</groupId>
89                     <artifactId>org.eclipse.persistence.jpa</artifactId>
90                     <version>2.6.4</version>
91                 </dependency>
92                 
93                 <dependency>
94                         <groupId>org.onap.policy.drools-applications</groupId>
95                         <artifactId>actorServiceProvider</artifactId>
96                         <version>1.1.0-SNAPSHOT</version>
97                         <scope>provided</scope>
98                 </dependency>
99                 <dependency>
100                         <groupId>org.onap.policy.drools-applications</groupId>
101                         <artifactId>actor.appc</artifactId>
102                         <version>1.1.0-SNAPSHOT</version>
103                         <scope>provided</scope>
104                 </dependency>
105                 <dependency>
106                         <groupId>junit</groupId>
107                         <artifactId>junit</artifactId>
108                         <version>4.12</version>
109                         <scope>provided</scope>
110                 </dependency>
111         </dependencies>
112 </project>