Bug4588 aaa-authn-api causing stack overflow for sfc tests 43/29343/2
authorRyan Goulding <ryandgoulding@gmail.com>
Thu, 5 Nov 2015 19:38:09 +0000 (14:38 -0500)
committerRyan Goulding <ryandgoulding@gmail.com>
Thu, 5 Nov 2015 19:45:22 +0000 (14:45 -0500)
Updates to use a common logging api/framework;  helps avoid
incompatibilities with features that implement standard slf4j
logging.

Change-Id: Id275f955ca28d97e361bc0e2a67dafff907ff018
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
hosttracker/implementation/pom.xml

index b6eb4acde413d213fc5d21ae17ced88b423a2d3a..28e324b14d550aa466d322595fc246562b8488f8 100644 (file)
     <dependencies>
         <dependency>
             <groupId>org.slf4j</groupId>
-            <artifactId>log4j-over-slf4j</artifactId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>