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>
diff --git a/appc-outbound/appc-aai-client/provider/pom.xml b/appc-outbound/appc-aai-client/provider/pom.xml
index 16645dc..836e298 100755
--- a/appc-outbound/appc-aai-client/provider/pom.xml
+++ b/appc-outbound/appc-aai-client/provider/pom.xml
@@ -60,24 +60,14 @@
 			<artifactId>commons-io</artifactId>

 			<version>2.5</version>

 		</dependency>

-                <dependency>

+        <dependency>

 			<groupId>org.apache.commons</groupId>

 			<artifactId>commons-lang3</artifactId>

 		</dependency>

-                <dependency>

-                        <groupId>ch.qos.logback</groupId>

-                        <artifactId>logback-classic</artifactId>

-	                <version>${logback.version}</version>

-                </dependency>

+

 		<dependency>

 			<groupId>com.att.eelf</groupId>

 			<artifactId>eelf-core</artifactId>

-                        <exclusions>

-                            <exclusion>

-                                 <groupId>ch.qos.logback</groupId>

-                                 <artifactId>logback-classic</artifactId>

-                            </exclusion>

-                        </exclusions>

 		</dependency>

 

 		<dependency>

diff --git a/appc-outbound/appc-network-inventory-client/provider/pom.xml b/appc-outbound/appc-network-inventory-client/provider/pom.xml
index b91cbe6..e2edfba 100755
--- a/appc-outbound/appc-network-inventory-client/provider/pom.xml
+++ b/appc-outbound/appc-network-inventory-client/provider/pom.xml
@@ -49,19 +49,8 @@
             <artifactId>commons-io</artifactId>

         </dependency>

         <dependency>

-         <groupId>ch.qos.logback</groupId>

-         <artifactId>logback-classic</artifactId>

-	 <version>${logback.version}</version>

-        </dependency>

-        <dependency>

             <groupId>com.att.eelf</groupId>

             <artifactId>eelf-core</artifactId>

-            <exclusions>

-                 <exclusion>

-                      <groupId>ch.qos.logback</groupId>

-                      <artifactId>logback-classic</artifactId>

-                 </exclusion>

-            </exclusions>

         </dependency>

         <dependency>

             <groupId>com.sun.jersey</groupId>