diff options
Diffstat (limited to 'aai-failover')
-rw-r--r-- | aai-failover/pom.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/aai-failover/pom.xml b/aai-failover/pom.xml index 67c3d399..c9be3141 100644 --- a/aai-failover/pom.xml +++ b/aai-failover/pom.xml @@ -13,11 +13,6 @@ <artifactId>aai-failover</artifactId> <dependencies> - <!-- Common logging framework --> - <dependency> - <groupId>org.onap.aai.logging-service</groupId> - <artifactId>common-logging</artifactId> - </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> @@ -26,5 +21,9 @@ <groupId>org.springframework</groupId> <artifactId>spring-aspects</artifactId> </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + </dependency> </dependencies> </project> |