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> |
| 32 | <version>1.0.0-SNAPSHOT</version> |
| 33 | </parent> |
| 34 | |
| 35 | <groupId>org.openecomp.policy.engine</groupId> |
| 36 | <artifactId>ECOMP-PDP-REST</artifactId> |
| 37 | |
| 38 | <description>ECOMP PDP REST</description> |
| 39 | |
| 40 | <packaging>war</packaging> |
| 41 | <build> |
| 42 | <plugins> |
| 43 | <plugin> |
| 44 | <artifactId>maven-war-plugin</artifactId> |
| 45 | <version>2.1</version> |
| 46 | <configuration> |
| 47 | <attachClasses>true</attachClasses> |
| 48 | </configuration> |
| 49 | </plugin> |
| 50 | </plugins> |
| 51 | </build> |
| 52 | <dependencies> |
| 53 | <!-- Not needed because of XACML-PDP dependency <dependency> <groupId>${project.parent.groupId}</groupId> |
| 54 | <artifactId>XACML</artifactId> <version>${project.parent.version}</version> |
| 55 | </dependency> <dependency> <groupId>org.openecomp.policy.pdp.rest</groupId> |
| 56 | <artifactId>XACML-REST</artifactId> <version>${project.parent.version}</version> |
| 57 | </dependency> --> |
| 58 | <dependency> |
| 59 | <groupId>org.openecomp.policy.engine</groupId> |
| 60 | <artifactId>ECOMP-PDP</artifactId> |
| 61 | <version>${project.version}</version> |
| 62 | </dependency> |
| 63 | <dependency> |
| 64 | <groupId>org.openecomp.policy.common</groupId> |
| 65 | <artifactId>ECOMP-Logging</artifactId> |
| 66 | <version>${common-modules.version}</version> |
| 67 | </dependency> |
| 68 | <dependency> |
| 69 | <groupId>javax.servlet</groupId> |
| 70 | <artifactId>javax.servlet-api</artifactId> |
| 71 | <version>3.1.0</version> |
| 72 | </dependency> |
| 73 | <dependency> |
| 74 | <groupId>commons-logging</groupId> |
| 75 | <artifactId>commons-logging</artifactId> |
| 76 | <version>1.1.3</version> |
| 77 | <exclusions> |
| 78 | <exclusion> |
| 79 | <groupId>javax.servlet</groupId> |
| 80 | <artifactId>servlet-api</artifactId> |
| 81 | </exclusion> |
| 82 | </exclusions> |
| 83 | </dependency> |
| 84 | <dependency> |
| 85 | <groupId>log4j</groupId> |
| 86 | <artifactId>apache-log4j-extras</artifactId> |
| 87 | <version>1.2.17</version> |
| 88 | </dependency> |
| 89 | <dependency> |
| 90 | <groupId>commons-io</groupId> |
| 91 | <artifactId>commons-io</artifactId> |
| 92 | <version>2.4</version> |
| 93 | </dependency> |
| 94 | <dependency> |
| 95 | <groupId>org.apache.httpcomponents</groupId> |
| 96 | <artifactId>httpclient</artifactId> |
| 97 | <version>4.3.1</version> |
| 98 | </dependency> |
| 99 | <dependency> |
| 100 | <groupId>com.google.guava</groupId> |
| 101 | <artifactId>guava</artifactId> |
| 102 | <version>14.0.1</version> |
| 103 | </dependency> |
| 104 | <dependency> |
| 105 | <groupId>com.fasterxml.jackson.core</groupId> |
| 106 | <artifactId>jackson-databind</artifactId> |
| 107 | <version>2.3.0-rc1</version> |
| 108 | </dependency> |
| 109 | <dependency> |
| 110 | <groupId>mysql</groupId> |
| 111 | <artifactId>mysql-connector-java</artifactId> |
| 112 | <version>5.1.30</version> |
| 113 | </dependency> |
| 114 | <dependency> |
| 115 | <groupId>org.mariadb.jdbc</groupId> |
| 116 | <artifactId>mariadb-java-client</artifactId> |
| 117 | <version>1.2.3</version> |
| 118 | </dependency> |
| 119 | <dependency> |
| 120 | <groupId>postgresql</groupId> |
| 121 | <artifactId>postgresql</artifactId> |
| 122 | <version>9.1-901.jdbc4</version> |
| 123 | </dependency> |
| 124 | <dependency> |
| 125 | <groupId>org.hsqldb</groupId> |
| 126 | <artifactId>hsqldb</artifactId> |
| 127 | <version>2.3.2</version> |
| 128 | </dependency> |
| 129 | <dependency> |
| 130 | <groupId>com.sun.jersey</groupId> |
| 131 | <artifactId>jersey-client</artifactId> |
| 132 | <version>1.18</version> |
| 133 | </dependency> |
| 134 | <dependency> |
| 135 | <groupId>com.sun.jersey</groupId> |
| 136 | <artifactId>jersey-core</artifactId> |
| 137 | <version>1.18</version> |
| 138 | </dependency> |
| 139 | <dependency> |
| 140 | <groupId>javax.websocket</groupId> |
| 141 | <artifactId>javax.websocket-api</artifactId> |
| 142 | <version>1.1</version> |
| 143 | <scope>provided</scope> |
| 144 | </dependency> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 145 | <dependency> |
| 146 | <groupId>com.att.nsa</groupId> |
| 147 | <artifactId>cambriaClient</artifactId> |
| 148 | <version>0.0.1</version> |
| 149 | <exclusions> |
| 150 | <exclusion> |
| 151 | <artifactId>slf4j-log4j12</artifactId> |
| 152 | <groupId>org.slf4j</groupId> |
| 153 | </exclusion> |
| 154 | </exclusions> |
| 155 | </dependency> |
| 156 | <dependency> |
| 157 | <groupId>org.mockito</groupId> |
| 158 | <artifactId>mockito-core</artifactId> |
| 159 | <version>1.9.5</version> |
| 160 | </dependency> |
| 161 | <dependency> |
| 162 | <groupId>org.springframework</groupId> |
| 163 | <artifactId>spring-mock</artifactId> |
| 164 | <version>2.0.8</version> |
| 165 | </dependency> |
| 166 | <dependency> |
| 167 | <groupId>com.mockrunner</groupId> |
| 168 | <artifactId>mockrunner</artifactId> |
| 169 | <version>0.3.1</version> |
| 170 | </dependency> |
Pamela Dragosh | 8206b70 | 2017-02-19 18:54:16 -0500 | [diff] [blame^] | 171 | <!-- PLD WHICH VERSION?>dependency> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 172 | <groupId>javax.servlet</groupId> |
| 173 | <artifactId>javax.servlet-api</artifactId> |
| 174 | <version>3.0.1</version> |
| 175 | <scope>provided</scope> |
Pamela Dragosh | 8206b70 | 2017-02-19 18:54:16 -0500 | [diff] [blame^] | 176 | </dependency --> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 177 | <dependency> |
| 178 | <groupId>junit</groupId> |
| 179 | <artifactId>junit</artifactId> |
| 180 | <version>4.11</version> |
| 181 | <scope>test</scope> |
| 182 | </dependency> |
| 183 | <dependency> |
| 184 | <groupId>org.powermock</groupId> |
| 185 | <artifactId>powermock-api-mockito</artifactId> |
| 186 | <version>1.5.6</version> |
| 187 | </dependency> |
| 188 | <dependency> |
| 189 | <groupId>org.powermock</groupId> |
| 190 | <artifactId>powermock-module-junit4</artifactId> |
| 191 | <version>1.5.6</version> |
| 192 | </dependency> |
| 193 | </dependencies> |
| 194 | </project> |