This is an automated email from the ASF dual-hosted git repository. mattmann pushed a commit to branch revert-145-master in repository https://gitbox.apache.org/repos/asf/drat.git
commit a4d18b65d1315a0515fa7d3ce9d11bbb98eaf830 Author: Chris Mattmann <[email protected]> AuthorDate: Sun Aug 5 15:39:35 2018 -0700 Revert "Fix security vulnerabilities in proteus and webapps" --- proteus/pom.xml | 10 +++++----- webapps/solr-webapp/pom.xml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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>
