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 | ================================================================================ |
Pamela Dragosh | bcdb1e1 | 2018-02-07 15:41:30 -0500 | [diff] [blame] | 6 | Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 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 --> |
liamfallon | 0c20d1c | 2019-11-08 16:11:50 +0000 | [diff] [blame] | 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"> |
Pamela Dragosh | 2cb76b3 | 2018-08-30 07:51:13 -0400 | [diff] [blame] | 25 | <modelVersion>4.0.0</modelVersion> |
| 26 | <parent> |
| 27 | <groupId>org.onap.policy.engine</groupId> |
| 28 | <artifactId>PolicyEngineSuite</artifactId> |
Jim Hahn | 1c5d6cd | 2019-09-17 12:14:50 -0400 | [diff] [blame] | 29 | <version>1.6.0-SNAPSHOT</version> |
Pamela Dragosh | 2cb76b3 | 2018-08-30 07:51:13 -0400 | [diff] [blame] | 30 | </parent> |
| 31 | <artifactId>ONAP-REST</artifactId> |
| 32 | <description>ONAP REST</description> |
| 33 | <packaging>jar</packaging> |
| 34 | |
| 35 | <properties> |
Pamela Dragosh | 2cb76b3 | 2018-08-30 07:51:13 -0400 | [diff] [blame] | 36 | <hibernate.version>4.3.10.Final</hibernate.version> |
| 37 | </properties> |
| 38 | |
| 39 | <dependencies> |
| 40 | <dependency> |
| 41 | <groupId>org.yaml</groupId> |
| 42 | <artifactId>snakeyaml</artifactId> |
Pamela Dragosh | 2cb76b3 | 2018-08-30 07:51:13 -0400 | [diff] [blame] | 43 | </dependency> |
| 44 | <dependency> |
| 45 | <groupId>com.h2database</groupId> |
| 46 | <artifactId>h2</artifactId> |
| 47 | <scope>test</scope> |
| 48 | </dependency> |
| 49 | <dependency> |
| 50 | <groupId>org.onap.policy.engine</groupId> |
| 51 | <version>${project.version}</version> |
| 52 | <artifactId>ONAP-XACML</artifactId> |
| 53 | </dependency> |
| 54 | <dependency> |
| 55 | <groupId>org.onap.policy.engine</groupId> |
| 56 | <artifactId>PolicyEngineAPI</artifactId> |
| 57 | <version>${project.version}</version> |
| 58 | <exclusions> |
| 59 | <exclusion> |
| 60 | <groupId>org.glassfish.tyrus</groupId> |
| 61 | <artifactId>tyrus-client</artifactId> |
| 62 | </exclusion> |
| 63 | <exclusion> |
| 64 | <groupId>org.glassfish.tyrus</groupId> |
| 65 | <artifactId>tyrus-container-grizzly-client</artifactId> |
| 66 | </exclusion> |
| 67 | <exclusion> |
| 68 | <groupId>javax.persistence</groupId> |
| 69 | <artifactId>persistence-api</artifactId> |
| 70 | </exclusion> |
| 71 | <exclusion> |
| 72 | <groupId>com.att.aft</groupId> |
| 73 | <artifactId>dme2</artifactId> |
| 74 | </exclusion> |
| 75 | </exclusions> |
| 76 | </dependency> |
| 77 | <dependency> |
| 78 | <groupId>javax.servlet</groupId> |
| 79 | <artifactId>javax.servlet-api</artifactId> |
| 80 | </dependency> |
| 81 | <dependency> |
| 82 | <groupId>commons-logging</groupId> |
| 83 | <artifactId>commons-logging</artifactId> |
| 84 | <version>1.1.3</version> |
| 85 | <exclusions> |
| 86 | <exclusion> |
| 87 | <groupId>javax.servlet</groupId> |
| 88 | <artifactId>servlet-api</artifactId> |
| 89 | </exclusion> |
| 90 | </exclusions> |
| 91 | </dependency> |
| 92 | <dependency> |
| 93 | <groupId>com.google.guava</groupId> |
| 94 | <artifactId>guava</artifactId> |
| 95 | </dependency> |
| 96 | <dependency> |
| 97 | <groupId>com.google.code.gson</groupId> |
| 98 | <artifactId>gson</artifactId> |
| 99 | </dependency> |
| 100 | <dependency> |
| 101 | <groupId>org.eclipse.emf</groupId> |
| 102 | <artifactId>org.eclipse.emf.ecore.xmi</artifactId> |
| 103 | <version>2.11.0-v20150123-0347</version> |
| 104 | </dependency> |
| 105 | <dependency> |
| 106 | <groupId>org.eclipse.emf</groupId> |
| 107 | <artifactId>org.eclipse.emf.ecore</artifactId> |
| 108 | <version>2.11.0-v20150123-0347</version> |
| 109 | </dependency> |
| 110 | <dependency> |
| 111 | <groupId>org.eclipse.emf</groupId> |
| 112 | <artifactId>org.eclipse.emf.common</artifactId> |
| 113 | <version>2.11.0-v20150123-0347</version> |
| 114 | </dependency> |
| 115 | <dependency> |
| 116 | <groupId>org.json</groupId> |
| 117 | <artifactId>json</artifactId> |
| 118 | <version>[20090211,)</version> |
| 119 | </dependency> |
| 120 | <!-- Spring --> |
| 121 | <dependency> |
| 122 | <groupId>org.springframework</groupId> |
| 123 | <artifactId>spring-test</artifactId> |
| 124 | <version>${springframework.version}</version> |
| 125 | </dependency> |
| 126 | <dependency> |
| 127 | <groupId>org.springframework</groupId> |
| 128 | <artifactId>spring-core</artifactId> |
| 129 | <version>${springframework.version}</version> |
| 130 | </dependency> |
| 131 | <dependency> |
| 132 | <groupId>org.springframework</groupId> |
| 133 | <artifactId>spring-web</artifactId> |
| 134 | <version>${springframework.version}</version> |
| 135 | </dependency> |
| 136 | <dependency> |
| 137 | <groupId>org.springframework</groupId> |
| 138 | <artifactId>spring-webmvc</artifactId> |
| 139 | <version>${springframework.version}</version> |
| 140 | </dependency> |
| 141 | <dependency> |
| 142 | <groupId>org.springframework</groupId> |
| 143 | <artifactId>spring-tx</artifactId> |
| 144 | <version>${springframework.version}</version> |
| 145 | </dependency> |
| 146 | <dependency> |
| 147 | <groupId>org.springframework</groupId> |
| 148 | <artifactId>spring-context-support</artifactId> |
| 149 | <version>${springframework.version}</version> |
| 150 | </dependency> |
| 151 | <dependency> |
| 152 | <groupId>org.springframework</groupId> |
| 153 | <artifactId>spring-orm</artifactId> |
| 154 | <version>${springframework.version}</version> |
| 155 | </dependency> |
| 156 | <!-- Hibernate --> |
| 157 | <dependency> |
| 158 | <groupId>org.hibernate</groupId> |
| 159 | <artifactId>hibernate-core</artifactId> |
| 160 | <version>${hibernate.version}</version> |
| 161 | </dependency> |
| 162 | <dependency> |
| 163 | <groupId>org.hibernate</groupId> |
| 164 | <artifactId>hibernate-validator</artifactId> |
| 165 | <version>5.4.2.Final</version> |
| 166 | </dependency> |
| 167 | <dependency> |
| 168 | <groupId>org.apache.tomcat</groupId> |
| 169 | <artifactId>tomcat-dbcp</artifactId> |
| 170 | <version>8.5.9</version> |
| 171 | </dependency> |
liamfallon | 0c20d1c | 2019-11-08 16:11:50 +0000 | [diff] [blame] | 172 | <dependency> |
| 173 | <groupId>org.onap.policy.common</groupId> |
| 174 | <artifactId>utils-test</artifactId> |
| 175 | <version>${version.policy.common}</version> |
| 176 | <scope>test</scope> |
| 177 | </dependency> |
Pamela Dragosh | 2cb76b3 | 2018-08-30 07:51:13 -0400 | [diff] [blame] | 178 | </dependencies> |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 179 | </project> |