aboutsummaryrefslogtreecommitdiffstats
path: root/appc-oam/appc-oam-installer
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2019-01-29 10:18:27 -0800
committerPatrick Brady <patrick.brady@att.com>2019-02-21 13:34:49 -0800
commitc664d0a97c54ace8ea531ccfb2e8b65d59d934d5 (patch)
tree80d2d52774f3212485e3e43486bbb533b37502f8 /appc-oam/appc-oam-installer
parentbb0e488a0487d05aa965b44569cfda040a2ab8ff (diff)
Change appc-oam to blueprint
Change-Id: I848953fd492ad05d178c7b2d85b191248b45fa36 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1368
Diffstat (limited to 'appc-oam/appc-oam-installer')
-rw-r--r--appc-oam/appc-oam-installer/pom.xml10
-rw-r--r--appc-oam/appc-oam-installer/src/assembly/assemble_mvnrepo_zip.xml6
2 files changed, 2 insertions, 14 deletions
diff --git a/appc-oam/appc-oam-installer/pom.xml b/appc-oam/appc-oam-installer/pom.xml
index af349c9ca..5965f6939 100644
--- a/appc-oam/appc-oam-installer/pom.xml
+++ b/appc-oam/appc-oam-installer/pom.xml
@@ -3,7 +3,7 @@
============LICENSE_START=======================================================
ONAP : APPC
================================================================================
- Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
+ Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
================================================================================
Copyright (C) 2017 Amdocs
=============================================================================
@@ -65,14 +65,6 @@
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.onap.appc</groupId>
- <artifactId>appc-oam-bundle</artifactId>
- <version>${project.version}</version>
- <classifier>config</classifier>
- <type>xml</type>
- </dependency>
-
</dependencies>
<build>
diff --git a/appc-oam/appc-oam-installer/src/assembly/assemble_mvnrepo_zip.xml b/appc-oam/appc-oam-installer/src/assembly/assemble_mvnrepo_zip.xml
index ac2000164..fa4194bb4 100644
--- a/appc-oam/appc-oam-installer/src/assembly/assemble_mvnrepo_zip.xml
+++ b/appc-oam/appc-oam-installer/src/assembly/assemble_mvnrepo_zip.xml
@@ -2,7 +2,7 @@
============LICENSE_START=======================================================
ONAP : APPC
================================================================================
- Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
+ Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
================================================================================
Copyright (C) 2017 Amdocs
=============================================================================
@@ -47,10 +47,6 @@
</fileSets>
<files>
- <file>
- <source>../${feature-name}-bundle/src/main/resources/initial/${feature-name}.xml</source>
- <destName>./etc/opendaylight/karaf/201-${feature-name}.xml</destName>
- </file>
</files>
</assembly>