diff options
author | Patrick Brady <pb071s@att.com> | 2018-08-21 23:23:03 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-08-21 23:23:43 -0700 |
commit | 57e9272d241280a2283386096bd0b5745b707345 (patch) | |
tree | a637fcfa0f0c2629d1a1bc179a063e7b13969e76 /appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle | |
parent | f4a05f8520aa2f265e46541a03be1183c6493e1c (diff) |
Revert "resolving logback-classic 1.13"
Temporary revert to fix failing bundles.
This reverts commit 76b6ff1ce84d4c2ab4518dd5f154083b91680245.
Change-Id: Ibce5eee91ad8f1bec9b458a52a7f5d25ada85da9
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1018
Signed-off-by: Patrick Brady <pb071s@att.com>
Diffstat (limited to 'appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle')
-rw-r--r-- | appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/pom.xml b/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/pom.xml index 054f7fbf6..8361f466b 100644 --- a/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/pom.xml +++ b/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/pom.xml @@ -72,24 +72,12 @@ <groupId>com.att.cdp</groupId> <artifactId>cdp-pal-common</artifactId> <scope>compile</scope> - <exclusions> - <exclusion> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>com.att.cdp</groupId> <artifactId>cdp-pal-openstack</artifactId> <scope>compile</scope> - <exclusions> - <exclusion> - <groupId>com.att.cdp</groupId> - <artifactId>cdp-pal-common</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> |