Revert "Fix security vulnerabilities in proteus and webapps"
diff --git a/proteus/pom.xml b/proteus/pom.xml
index 310845b..5f2d5e7 100644
--- a/proteus/pom.xml
+++ b/proteus/pom.xml
@@ -29,7 +29,7 @@
         <name>DRAT Proteus</name>
         <artifactId>dms-proteus</artifactId>
         <packaging>war</packaging>
-        <description/>
+        <description></description>
 	<licenses>
 		<license>
 			<name>The Apache Software License, Version 2.0</name>
@@ -38,8 +38,8 @@
 		</license>
 	</licenses>
 	<properties>
-		<wicket.version>8.0.0</wicket.version>
-		<log4j.version>2.8.2</log4j.version>
+		<wicket.version>7.8.0</wicket.version>
+		<log4j.version>2.3</log4j.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <cxf.version>2.2.3</cxf.version>
         <!-- allowed values: R7, 1.0, 1.5, 2.0 or none -->
@@ -75,13 +75,13 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-client</artifactId>
-            <version>3.1.16</version>
+            <version>3.1.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-hc</artifactId>
             <!-- 2.7.8 or 3.0.0-milestone1 -->
-            <version>3.1.16</version>
+            <version>3.1.2</version>
         </dependency>
         <dependency>
             <groupId>org.wicketstuff</groupId>
diff --git a/webapps/solr-webapp/pom.xml b/webapps/solr-webapp/pom.xml
index 17f4e91..ba126a9 100644
--- a/webapps/solr-webapp/pom.xml
+++ b/webapps/solr-webapp/pom.xml
@@ -39,7 +39,7 @@
     <dependency>
       <groupId>org.apache.solr</groupId>
       <artifactId>solr</artifactId>
-      <version>4.7.0</version>
+      <version>4.2.1</version>
       <type>war</type>
     </dependency>