Fixes for security vulnerabilities
[dmaap/messagerouter/msgrtr.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 69590ff..f5aa22a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -32,6 +32,7 @@
                <maven.compiler.target>1.7</maven.compiler.target>
                <maven.compiler.source>1.7</maven.compiler.source>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+               
 
                <!-- SONAR -->
                <jacoco.version>0.7.7.201606060606</jacoco.version>
        </developers>
 
        <dependencies>
-          <!--  <dependency>
+           <dependency>
                        <groupId>org.apache.tomcat</groupId>
                        <artifactId>tomcat-catalina</artifactId>
-                       <version>8.0.47</version>
+                       <version>8.0.49</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.tomcat</groupId>
                        <artifactId>tomcat-util</artifactId>
-                       <version>8.0.47</version>
+                       <version>8.0.49</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.tomcat.embed</groupId>
                        <artifactId>tomcat-embed-core</artifactId>
-                       <version>8.0.47</version>
-               </dependency> -->
+                       <version>8.0.49</version>
+               </dependency>
                <dependency>
                        <groupId>commons-collections</groupId>
                        <artifactId>commons-collections</artifactId>