Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ECOMP 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 | |
| 22 | <!-- Apache Maven 2 POM generated by Apache Ivy http://ant.apache.org/ivy/ |
| 23 | Apache Ivy version: 2.0.0-beta1 20071206070608 --> |
| 24 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 25 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 26 | |
| 27 | <modelVersion>4.0.0</modelVersion> |
| 28 | |
| 29 | <parent> |
| 30 | <groupId>org.openecomp.policy.engine</groupId> |
| 31 | <artifactId>PolicyEngineSuite</artifactId> |
Pamela Dragosh | 3234eb0 | 2017-03-10 14:54:53 -0500 | [diff] [blame] | 32 | <version>1.1.0-SNAPSHOT</version> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 33 | </parent> |
| 34 | |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 35 | <artifactId>ECOMP-REST</artifactId> |
| 36 | |
| 37 | <description>ECOMP REST</description> |
| 38 | |
| 39 | <packaging>jar</packaging> |
| 40 | |
| 41 | <dependencies> |
| 42 | <dependency> |
| 43 | <groupId>org.openecomp.policy.engine</groupId> |
| 44 | <version>${project.version}</version> |
| 45 | <artifactId>ECOMP-XACML</artifactId> |
| 46 | </dependency> |
| 47 | <dependency> |
| 48 | <groupId>javax.servlet</groupId> |
| 49 | <artifactId>javax.servlet-api</artifactId> |
| 50 | <version>3.1.0</version> |
| 51 | </dependency> |
| 52 | <dependency> |
| 53 | <groupId>commons-logging</groupId> |
| 54 | <artifactId>commons-logging</artifactId> |
| 55 | <version>1.1.3</version> |
| 56 | <exclusions> |
| 57 | <exclusion> |
| 58 | <groupId>javax.servlet</groupId> |
| 59 | <artifactId>servlet-api</artifactId> |
| 60 | </exclusion> |
| 61 | </exclusions> |
| 62 | </dependency> |
| 63 | <dependency> |
| 64 | <groupId>com.google.guava</groupId> |
| 65 | <artifactId>guava</artifactId> |
| 66 | <version>14.0.1</version> |
| 67 | </dependency> |
| 68 | <dependency> |
| 69 | <groupId>junit</groupId> |
| 70 | <artifactId>junit</artifactId> |
| 71 | <version>4.11</version> |
| 72 | <scope>test</scope> |
| 73 | </dependency> |
| 74 | <dependency> |
| 75 | <groupId>org.mockito</groupId> |
| 76 | <artifactId>mockito-core</artifactId> |
| 77 | <version>1.9.5</version> |
| 78 | </dependency> |
| 79 | <dependency> |
| 80 | <groupId>org.springframework</groupId> |
| 81 | <artifactId>spring-mock</artifactId> |
| 82 | <version>2.0.8</version> |
| 83 | </dependency> |
| 84 | <dependency> |
| 85 | <groupId>com.mockrunner</groupId> |
| 86 | <artifactId>mockrunner</artifactId> |
| 87 | <version>0.3.1</version> |
| 88 | </dependency> |
| 89 | <dependency> |
| 90 | <groupId>org.openecomp.policy.common</groupId> |
| 91 | <artifactId>ECOMP-Logging</artifactId> |
| 92 | <version>${common-modules.version}</version> |
| 93 | </dependency> |
| 94 | <dependency> |
| 95 | <groupId>org.eclipse.emf</groupId> |
| 96 | <artifactId>org.eclipse.emf.ecore.xmi</artifactId> |
| 97 | <version>2.11.0-v20150123-0347</version> |
| 98 | </dependency> |
| 99 | <dependency> |
| 100 | <groupId>org.eclipse.emf</groupId> |
| 101 | <artifactId>org.eclipse.emf.ecore</artifactId> |
| 102 | <version>2.11.0-v20150123-0347</version> |
| 103 | </dependency> |
| 104 | <dependency> |
| 105 | <groupId>org.eclipse.emf</groupId> |
| 106 | <artifactId>org.eclipse.emf.common</artifactId> |
| 107 | <version>2.11.0-v20150123-0347</version> |
| 108 | </dependency> |
| 109 | <dependency> |
| 110 | <groupId>org.json</groupId> |
| 111 | <artifactId>json</artifactId> |
| 112 | <version>[20090211,)</version> |
| 113 | </dependency> |
| 114 | </dependencies> |
| 115 | </project> |