Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP Policy Engine |
| 5 | ================================================================================ |
| 6 | Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. |
| 7 | ================================================================================ |
| 8 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | you may not use this file except in compliance with the License. |
| 10 | You may obtain a copy of the License at |
| 11 | |
| 12 | http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | |
| 14 | Unless required by applicable law or agreed to in writing, software |
| 15 | distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | See the License for the specific language governing permissions and |
| 18 | limitations under the License. |
| 19 | ============LICENSE_END========================================================= |
| 20 | --> |
| 21 | <!-- Apache Maven 2 POM generated by Apache Ivy http://ant.apache.org/ivy/ |
| 22 | Apache Ivy version: 2.0.0-beta1 20071206070608 --> |
| 23 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 24 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 25 | |
| 26 | <modelVersion>4.0.0</modelVersion> |
| 27 | |
| 28 | <parent> |
| 29 | <groupId>org.onap.policy.engine</groupId> |
| 30 | <artifactId>PolicyEngineSuite</artifactId> |
Jessica Wagantall | db597fe | 2017-11-18 18:50:29 -0800 | [diff] [blame^] | 31 | <version>1.2.0-SNAPSHOT</version> |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 32 | </parent> |
| 33 | |
| 34 | <artifactId>ONAP-REST</artifactId> |
| 35 | |
| 36 | <description>ONAP REST</description> |
| 37 | |
| 38 | <packaging>jar</packaging> |
| 39 | |
| 40 | <dependencies> |
| 41 | <dependency> |
| 42 | <groupId>org.onap.policy.engine</groupId> |
| 43 | <version>${project.version}</version> |
| 44 | <artifactId>ONAP-XACML</artifactId> |
| 45 | </dependency> |
| 46 | <dependency> |
| 47 | <groupId>javax.servlet</groupId> |
| 48 | <artifactId>javax.servlet-api</artifactId> |
| 49 | <version>3.1.0</version> |
| 50 | </dependency> |
| 51 | <dependency> |
| 52 | <groupId>commons-logging</groupId> |
| 53 | <artifactId>commons-logging</artifactId> |
| 54 | <version>1.1.3</version> |
| 55 | <exclusions> |
| 56 | <exclusion> |
| 57 | <groupId>javax.servlet</groupId> |
| 58 | <artifactId>servlet-api</artifactId> |
| 59 | </exclusion> |
| 60 | </exclusions> |
| 61 | </dependency> |
| 62 | <dependency> |
| 63 | <groupId>com.google.guava</groupId> |
| 64 | <artifactId>guava</artifactId> |
| 65 | <version>14.0.1</version> |
| 66 | </dependency> |
| 67 | <dependency> |
| 68 | <groupId>com.google.code.gson</groupId> |
| 69 | <artifactId>gson</artifactId> |
| 70 | <version>2.8.0</version> |
| 71 | </dependency> |
| 72 | <dependency> |
| 73 | <groupId>junit</groupId> |
| 74 | <artifactId>junit</artifactId> |
| 75 | <version>4.11</version> |
| 76 | <scope>test</scope> |
| 77 | </dependency> |
| 78 | <dependency> |
| 79 | <groupId>org.mockito</groupId> |
| 80 | <artifactId>mockito-core</artifactId> |
| 81 | <version>1.9.5</version> |
| 82 | </dependency> |
| 83 | <dependency> |
| 84 | <groupId>org.springframework</groupId> |
| 85 | <artifactId>spring-mock</artifactId> |
| 86 | <version>2.0.8</version> |
| 87 | </dependency> |
| 88 | <dependency> |
| 89 | <groupId>com.mockrunner</groupId> |
| 90 | <artifactId>mockrunner</artifactId> |
| 91 | <version>0.3.1</version> |
| 92 | </dependency> |
| 93 | <dependency> |
| 94 | <groupId>org.eclipse.emf</groupId> |
| 95 | <artifactId>org.eclipse.emf.ecore.xmi</artifactId> |
| 96 | <version>2.11.0-v20150123-0347</version> |
| 97 | </dependency> |
| 98 | <dependency> |
| 99 | <groupId>org.eclipse.emf</groupId> |
| 100 | <artifactId>org.eclipse.emf.ecore</artifactId> |
| 101 | <version>2.11.0-v20150123-0347</version> |
| 102 | </dependency> |
| 103 | <dependency> |
| 104 | <groupId>org.eclipse.emf</groupId> |
| 105 | <artifactId>org.eclipse.emf.common</artifactId> |
| 106 | <version>2.11.0-v20150123-0347</version> |
| 107 | </dependency> |
| 108 | <dependency> |
| 109 | <groupId>org.json</groupId> |
| 110 | <artifactId>json</artifactId> |
| 111 | <version>[20090211,)</version> |
| 112 | </dependency> |
| 113 | </dependencies> |
| 114 | </project> |