This commit is contained in:
parent
518e57a828
commit
5aedeb99b7
1 changed files with 10 additions and 0 deletions
10
pom.xml
10
pom.xml
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Reference in a new issue