Remove logback 1.1.2 security issue
[appc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 74b0b4b..15bdd07 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -377,7 +377,7 @@ limitations under the License.
             <dependency>
                 <groupId>ch.qos.logback</groupId>
                 <artifactId>logback-core</artifactId>
-               <version>${logback.version}</version>
+                               <version>${logback.version}</version>
                 <scope>compile</scope>
             </dependency>
             <dependency>
@@ -634,7 +634,6 @@ limitations under the License.
     <!-- ================================================================================== -->
     <modules>
         <module>appc-parent</module>
-        <module>appc-common</module>
         <module>appc-core</module>
     </modules>
     <!-- Adding profiles for testing -->
@@ -653,7 +652,6 @@ limitations under the License.
                 <activeByDefault>true</activeByDefault>
             </activation>
             <modules>
-                <module>appc-common</module>
                 <module>appc-adapters</module>
                 <module>appc-provider</module>
                 <module>appc-event-listener</module>