diff options
author | 2017-10-23 10:03:00 +0000 | |
---|---|---|
committer | 2017-10-23 10:03:00 +0000 | |
commit | 11eaa447e8bf8f14e836a964a86934266c908072 (patch) | |
tree | 81d53a74f60d20bb7630e4160c1a0ed54ed25d23 /controlloop/templates/template.demo.v1.0.0/pom.xml | |
parent | 2f1ee658482437e0c5b45451d20468411e2e2b6a (diff) | |
parent | 73f82709a7bba606f7a52cd6307a153bbc092e84 (diff) |
Merge "Removed pre-Amsterdam policy template code"
Diffstat (limited to 'controlloop/templates/template.demo.v1.0.0/pom.xml')
-rw-r--r-- | controlloop/templates/template.demo.v1.0.0/pom.xml | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/controlloop/templates/template.demo.v1.0.0/pom.xml b/controlloop/templates/template.demo.v1.0.0/pom.xml deleted file mode 100644 index de65d24b2..000000000 --- a/controlloop/templates/template.demo.v1.0.0/pom.xml +++ /dev/null @@ -1,39 +0,0 @@ -<!-- - ============LICENSE_START======================================================= - drools-pdp-apps Control Loop Drools Templates - ================================================================================ - 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>template.demo.v1.0.0</artifactId> - <packaging>pom</packaging> - - <parent> - <groupId>org.onap.policy.drools-applications</groupId> - <artifactId>templates</artifactId> - <version>1.1.0-SNAPSHOT</version> - </parent> - - <modules> - <module>archetype-cl-legacy</module> - </modules> - -</project> |