This commit is contained in:
Shinsuke Sugaya 2014-07-13 21:18:46 +09:00
parent 518e57a828
commit 5aedeb99b7

10
pom.xml
View file

@ -530,6 +530,12 @@
<groupId>org.codelibs.solr</groupId>
<artifactId>solrlib</artifactId>
<version>1.3.1</version>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.codelibs.sastruts</groupId>
@ -760,6 +766,10 @@
<artifactId>webbit</artifactId>
<groupId>org.webbitserver</groupId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Removed from war -->