diff options
author | Ryan Young <ry303t@att.com> | 2018-08-23 13:35:03 -0400 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-08-24 10:50:24 -0700 |
commit | 7b632b442633ccfaa13b98b0ff0cbeb8cd16e6f5 (patch) | |
tree | 74b9e99a9d05e87ec28a3f9f99618941b13434ca /appc-metric/appc-metric-features | |
parent | b093c8b07413b8a88c37baa4dbd129b8257f1fe3 (diff) |
Remove old appc-common
Issue-ID: APPC-1159
Change-Id: I65f1bc07fe0088df0624266e6158296ac73884a6
Signed-off-by: Ryan Young <ry303t@att.com>
Diffstat (limited to 'appc-metric/appc-metric-features')
-rw-r--r-- | appc-metric/appc-metric-features/onap-appc-metric/pom.xml | 2 | ||||
-rw-r--r-- | appc-metric/appc-metric-features/src/main/resources/features.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/appc-metric/appc-metric-features/onap-appc-metric/pom.xml b/appc-metric/appc-metric-features/onap-appc-metric/pom.xml index 4b986eb0c..5ccc05ca4 100644 --- a/appc-metric/appc-metric-features/onap-appc-metric/pom.xml +++ b/appc-metric/appc-metric-features/onap-appc-metric/pom.xml @@ -65,7 +65,7 @@ limitations under the License. <excludedArtifactId>org.eclipse.osgi</excludedArtifactId> <excludedArtifactId>httpcore</excludedArtifactId> <excludedArtifactId>httpclient</excludedArtifactId> - <excludedArtifactId>appc-common</excludedArtifactId> + <excludedArtifactId>appc-common-bundle</excludedArtifactId> </excludedArtifactIds> </configuration> </plugin> diff --git a/appc-metric/appc-metric-features/src/main/resources/features.xml b/appc-metric/appc-metric-features/src/main/resources/features.xml index 20b9ead86..e71f913fe 100644 --- a/appc-metric/appc-metric-features/src/main/resources/features.xml +++ b/appc-metric/appc-metric-features/src/main/resources/features.xml @@ -36,7 +36,7 @@ <!-- Most applications will have a dependency on the ODL MD-SAL Broker --> <!-- appc-common bundle is flagged as being a dependency --> - <bundle dependency="true">mvn:org.onap.appc/appc-common/${project.version}</bundle> + <bundle dependency="true">mvn:org.onap.appc/appc-common-bundle/${project.version}</bundle> <bundle>mvn:org.onap.appc/appc-metric-bundle/${project.version}</bundle> </feature> |