Skip to content
Snippets Groups Projects
Commit 5aedeb99 authored by Shinsuke Sugaya's avatar Shinsuke Sugaya
Browse files

#181

parent 518e57a8
Branches
Tags
No related merge requests found
...@@ -530,6 +530,12 @@ ...@@ -530,6 +530,12 @@
<groupId>org.codelibs.solr</groupId> <groupId>org.codelibs.solr</groupId>
<artifactId>solrlib</artifactId> <artifactId>solrlib</artifactId>
<version>1.3.1</version> <version>1.3.1</version>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.codelibs.sastruts</groupId> <groupId>org.codelibs.sastruts</groupId>
...@@ -760,6 +766,10 @@ ...@@ -760,6 +766,10 @@
<artifactId>webbit</artifactId> <artifactId>webbit</artifactId>
<groupId>org.webbitserver</groupId> <groupId>org.webbitserver</groupId>
</exclusion> </exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<!-- Removed from war --> <!-- Removed from war -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment