[java-parent-projects COMMIT] /java-parent-project-v3/trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Apr 16 23:51:59 EDT 2014
Author: tzeller
Date: Wed Apr 16 23:51:59 2014
New Revision: 251
URL: http://svn.shibboleth.net/view/java-parent-projects?rev=251&view=rev
Log:
OSJ-69 Remove the OWASP ESAPI Encoder from the parent-v3 POM.
Modified:
java-parent-project-v3/trunk/pom.xml
Modified: java-parent-project-v3/trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk/pom.xml?rev=251&r1=250&r2=251&view=diff
==============================================================================
--- java-parent-project-v3/trunk/pom.xml (original)
+++ java-parent-project-v3/trunk/pom.xml Wed Apr 16 23:51:59 2014
@@ -159,49 +159,6 @@
<version>1.9</version>
</dependency>
<dependency>
- <groupId>org.owasp.esapi</groupId>
- <artifactId>esapi</artifactId>
- <version>2.1.0</version>
- <exclusions>
- <exclusion>
- <groupId>commons-configuration</groupId>
- <artifactId>commons-configuration</artifactId>
- </exclusion>
- <exclusion>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils-core</artifactId>
- </exclusion>
- <exclusion>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- </exclusion>
- <exclusion>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- </exclusion>
- <exclusion>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- </exclusion>
- <exclusion>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- </exclusion>
- <exclusion>
- <groupId>xom</groupId>
- <artifactId>xom</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.beanshell</groupId>
- <artifactId>bsh-core</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.owasp.antisamy</groupId>
- <artifactId>antisamy</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>2.0.3</version>
@@ -484,7 +441,6 @@
<link>http://www.slf4j.org/apidocs/</link>
<link>http://testng.org/javadocs</link>
<link>http://xmlunit.sourceforge.net/api</link>
- <link>http://owasp-esapi-java.googlecode.com/svn/trunk_doc/latest</link>
<link>http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs</link>
<link>http://hc.apache.org/httpcomponents-client-ga/httpclient-cache/apidocs</link>
<link>http://joda-time.sourceforge.net/api-release</link>
@@ -648,7 +604,6 @@
<link>http://www.slf4j.org/apidocs/</link>
<link>http://testng.org/javadocs</link>
<link>http://xmlunit.sourceforge.net/api</link>
- <link>http://owasp-esapi-java.googlecode.com/svn/trunk_doc/latest</link>
<link>http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs</link>
<link>http://hc.apache.org/httpcomponents-client-ga/httpclient-cache/apidocs</link>
<link>http://joda-time.sourceforge.net/api-release</link>
More information about the commits
mailing list