summaryrefslogtreecommitdiffstats
path: root/ONAP-ControlloopPolicy/pom.xml
diff options
context:
space:
mode:
authorTej, Tarun <tt3868@att.com>2017-08-16 08:58:50 -0400
committerTej, Tarun <tt3868@att.com>2017-08-16 09:34:40 -0400
commitc53fa990ea27ec074859eb94bcb7ec6deaa2157b (patch)
tree5080a66e5a7010cdaa888bfa5331411d2848c7c1 /ONAP-ControlloopPolicy/pom.xml
parent5458362a7dd96b54916ea3a9a7d0a63a0122e4c2 (diff)
Remove policy-yaml from policy/engine
Removed controlloopPolicy yaml sdk and asdc projects from policy/engine to eliminate redundancy. Issue-Id: POLICY-88 Change-Id: I9b87290cc27ba088424ecbb9d359a331527950fb Signed-off-by: Tej, Tarun <tt3868@att.com>
Diffstat (limited to 'ONAP-ControlloopPolicy/pom.xml')
-rw-r--r--ONAP-ControlloopPolicy/pom.xml62
1 files changed, 0 insertions, 62 deletions
diff --git a/ONAP-ControlloopPolicy/pom.xml b/ONAP-ControlloopPolicy/pom.xml
deleted file mode 100644
index 2c973cf75..000000000
--- a/ONAP-ControlloopPolicy/pom.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<!--
- ============LICENSE_START=======================================================
- ONAP Policy Engine
- ================================================================================
- Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
- ================================================================================
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- ============LICENSE_END=========================================================
- -->
-<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">
- <modelVersion>4.0.0</modelVersion>
- <artifactId>ControlloopPolicy</artifactId>
- <parent>
- <groupId>org.onap.policy.engine</groupId>
- <artifactId>PolicyEngineSuite</artifactId>
- <version>1.1.0-SNAPSHOT</version>
- </parent>
- <dependencies>
- <dependency>
- <groupId>org.onap.policy.engine</groupId>
- <artifactId>asdc</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.12</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.yaml</groupId>
- <artifactId>snakeyaml</artifactId>
- <version>1.17</version>
- </dependency>
- <dependency>
- <groupId>org.jgrapht</groupId>
- <artifactId>jgrapht-core</artifactId>
- <version>0.9.2</version>
- </dependency>
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <version>19.0</version>
- </dependency>
- <dependency>
- <groupId>org.onap.policy.common</groupId>
- <artifactId>ONAP-Logging</artifactId>
- <version>${common-modules.version}</version>
- </dependency>
- </dependencies>
-</project>