Gao, Chenfei (cg287m) | 6837716 | 2017-06-22 14:48:41 -0400 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | <modelVersion>4.0.0</modelVersion> |
| 3 | <parent> |
| 4 | <groupId>org.onap.policy.drools-applications</groupId> |
| 5 | <artifactId>common</artifactId> |
Jessica Wagantall | cd2ec55 | 2017-11-18 18:36:44 -0800 | [diff] [blame] | 6 | <version>1.2.0-SNAPSHOT</version> |
Gao, Chenfei (cg287m) | 6837716 | 2017-06-22 14:48:41 -0400 | [diff] [blame] | 7 | </parent> |
| 8 | <artifactId>guard</artifactId> |
| 9 | <dependencies> |
Gao, Chenfei (cg287m) | 6837716 | 2017-06-22 14:48:41 -0400 | [diff] [blame] | 10 | <dependency> |
| 11 | <groupId>org.onap.policy.drools-applications</groupId> |
| 12 | <artifactId>policy-yaml</artifactId> |
Jorge Hernandez | 788954f | 2017-11-07 09:04:10 -0600 | [diff] [blame] | 13 | <version>${project.version}</version> |
Gao, Chenfei (cg287m) | 6837716 | 2017-06-22 14:48:41 -0400 | [diff] [blame] | 14 | <scope>provided</scope> |
| 15 | </dependency> |
Gao, Chenfei (cg287m) | 6837716 | 2017-06-22 14:48:41 -0400 | [diff] [blame] | 16 | <dependency> |
| 17 | <groupId>com.att.research.xacml</groupId> |
| 18 | <artifactId>xacml-pdp</artifactId> |
| 19 | <version>1.0.0</version> |
Gao, Chenfei (cg287m) | 6837716 | 2017-06-22 14:48:41 -0400 | [diff] [blame] | 20 | </dependency> |
| 21 | <dependency> |
| 22 | <groupId>junit</groupId> |
| 23 | <artifactId>junit</artifactId> |
| 24 | <version>4.12</version> |
liamfallon | 8a1bd0d | 2018-02-06 14:17:36 +0000 | [diff] [blame] | 25 | <scope>test</scope> |
Gao, Chenfei (cg287m) | 6837716 | 2017-06-22 14:48:41 -0400 | [diff] [blame] | 26 | </dependency> |
| 27 | <dependency> |
| 28 | <groupId>commons-io</groupId> |
| 29 | <artifactId>commons-io</artifactId> |
Jorge Hernandez | 3b25dd8 | 2017-08-30 23:42:35 -0500 | [diff] [blame] | 30 | <version>2.5</version> |
| 31 | <scope>provided</scope> |
Gao, Chenfei (cg287m) | 6837716 | 2017-06-22 14:48:41 -0400 | [diff] [blame] | 32 | </dependency> |
| 33 | <dependency> |
| 34 | <groupId>org.apache.httpcomponents</groupId> |
| 35 | <artifactId>httpclient</artifactId> |
Pamela Dragosh | 67d284b | 2018-02-07 11:01:19 -0500 | [diff] [blame] | 36 | <version>4.5.5</version> |
Jorge Hernandez | 3b25dd8 | 2017-08-30 23:42:35 -0500 | [diff] [blame] | 37 | <scope>provided</scope> |
Gao, Chenfei (cg287m) | 6837716 | 2017-06-22 14:48:41 -0400 | [diff] [blame] | 38 | </dependency> |
| 39 | <dependency> |
| 40 | <groupId>org.drools</groupId> |
| 41 | <artifactId>drools-core</artifactId> |
Jorge Hernandez | 3b25dd8 | 2017-08-30 23:42:35 -0500 | [diff] [blame] | 42 | <version>6.5.0.Final</version> |
| 43 | <scope>provided</scope> |
Gao, Chenfei (cg287m) | 6837716 | 2017-06-22 14:48:41 -0400 | [diff] [blame] | 44 | </dependency> |
| 45 | <dependency> |
| 46 | <groupId>org.eclipse.persistence</groupId> |
| 47 | <artifactId>org.eclipse.persistence.jpa</artifactId> |
Jorge Hernandez | 3b25dd8 | 2017-08-30 23:42:35 -0500 | [diff] [blame] | 48 | <version>2.7.0</version> |
| 49 | <scope>provided</scope> |
Gao, Chenfei (cg287m) | 6837716 | 2017-06-22 14:48:41 -0400 | [diff] [blame] | 50 | </dependency> |
Temoc Rodriguez | fa9ed5f | 2017-09-19 11:13:34 -0700 | [diff] [blame] | 51 | <dependency> |
| 52 | <groupId>org.onap.policy.drools-pdp</groupId> |
| 53 | <artifactId>policy-management</artifactId> |
Jorge Hernandez | 788954f | 2017-11-07 09:04:10 -0600 | [diff] [blame] | 54 | <version>${project.version}</version> |
Temoc Rodriguez | fa9ed5f | 2017-09-19 11:13:34 -0700 | [diff] [blame] | 55 | <scope>provided</scope> |
| 56 | </dependency> |
Temoc Rodriguez | 4c8000e | 2017-12-14 15:58:32 -0800 | [diff] [blame] | 57 | <dependency> |
| 58 | <groupId>org.onap.policy.drools-applications</groupId> |
| 59 | <artifactId>simulators</artifactId> |
| 60 | <version>${project.version}</version> |
| 61 | <scope>test</scope> |
| 62 | </dependency> |
| 63 | <dependency> |
| 64 | <groupId>org.mockito</groupId> |
| 65 | <artifactId>mockito-core</artifactId> |
| 66 | <version>2.13.0</version> |
| 67 | <scope>test</scope> |
| 68 | </dependency> |
| 69 | <dependency> |
| 70 | <groupId>com.h2database</groupId> |
| 71 | <artifactId>h2</artifactId> |
| 72 | <version>[1.4.186,)</version> |
| 73 | <scope>test</scope> |
| 74 | </dependency> |
Gao, Chenfei (cg287m) | 6837716 | 2017-06-22 14:48:41 -0400 | [diff] [blame] | 75 | </dependencies> |
| 76 | </project> |