From: <rb...@us...> - 2018-07-17 19:24:31
|
Revision: 15472 http://sourceforge.net/p/htmlunit/code/15472 Author: rbri Date: 2018-07-17 19:24:28 +0000 (Tue, 17 Jul 2018) Log Message: ----------- cleanup, selenium has removed some dependencies Modified Paths: -------------- trunk/htmlunit/pom.xml Modified: trunk/htmlunit/pom.xml =================================================================== --- trunk/htmlunit/pom.xml 2018-07-17 18:25:30 UTC (rev 15471) +++ trunk/htmlunit/pom.xml 2018-07-17 19:24:28 UTC (rev 15472) @@ -855,16 +855,6 @@ <version>4.5.6</version> <type>test-jar</type> <scope>test</scope> - <exclusions> - <exclusion> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>net.sourceforge.htmlunit</groupId> @@ -976,14 +966,6 @@ <groupId>net.sourceforge.htmlunit</groupId> <artifactId>htmlunit</artifactId> </exclusion> - <exclusion> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - </exclusion> </exclusions> </dependency> <dependency> @@ -997,10 +979,6 @@ <artifactId>httpclient</artifactId> </exclusion> <exclusion> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </exclusion> - <exclusion> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> </exclusion> @@ -1021,10 +999,6 @@ <artifactId>httpclient</artifactId> </exclusion> <exclusion> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </exclusion> - <exclusion> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> </exclusion> @@ -1041,10 +1015,6 @@ <artifactId>httpclient</artifactId> </exclusion> <exclusion> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </exclusion> - <exclusion> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> </exclusion> @@ -1061,10 +1031,6 @@ <artifactId>httpclient</artifactId> </exclusion> <exclusion> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </exclusion> - <exclusion> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> </exclusion> |