updating INFO.yaml to remove past committers
[dmaap/messagerouter/dmaapclient.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index faf8e05..db802cd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
        <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
        <artifactId>dmaapClient</artifactId>
        <packaging>jar</packaging>
-       <version>1.1.10-SNAPSHOT</version>
+       <version>1.1.12-SNAPSHOT</version>
        <name>dmaap-messagerouter-dmaapclient</name>
        <description>Client library for MR event routing API</description>
        <url>https://gerrit.onap.org/r/gitweb?p=dmaap/messagerouter/dmaapclient.git</url>
        </developers>
 
        <dependencies>
+           <dependency>
+               <groupId>commons-codec</groupId>
+               <artifactId>commons-codec</artifactId>
+               <version>1.14</version>
+       </dependency>
+       <dependency>
+            <groupId>org.javassist</groupId>
+            <artifactId>javassist</artifactId>
+            <version>3.20.0-GA</version>
+        </dependency>
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-core</artifactId>
                        </exclusions>
                </dependency>
                <!-- Begin - Dependency on log4j for logging purpose -->
-               <dependency>
+               <!-- <dependency>
                        <groupId>log4j</groupId>
                        <artifactId>log4j</artifactId>
                        <version>1.2.17</version>
                </dependency>
-               <!-- Log4j's enhanced pattern layout is shipped separately -->
+               Log4j's enhanced pattern layout is shipped separately
                <dependency>
                        <groupId>log4j</groupId>
                        <artifactId>apache-log4j-extras</artifactId>
                        <version>1.2.17</version>
-               </dependency>
+               </dependency> -->
                <!-- End - Dependency on log4j for logging purpose -->
+               
+               <dependency>
+                       <groupId>commons-io</groupId>
+                       <artifactId>commons-io</artifactId>
+                       <version>2.7</version>
+               </dependency>
 
                <dependency>
                        <groupId>javax.ws.rs</groupId>