Skip to content

Commit

Permalink
Remove unnecessary Solr dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopdave committed Jul 23, 2023
1 parent b271cdd commit bafc3b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 105 deletions.
17 changes: 0 additions & 17 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,23 +308,6 @@ limitations under the License.
<version>${lucene.version}</version>
</dependency>

<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId>
<version>9.1.1</version>
<!-- exclude vulnerable dependencies -->
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- slf4j implementing the apache commons-logging interfaces -->
<!-- note: commons-logging needs to be excluded in all dependencies transitive depending on it.
See 2006 RFE https://issues.apache.org/jira/browse/MNG-1977 for maven's missing feature of global exclusions -->
Expand Down

This file was deleted.

0 comments on commit bafc3b5

Please sign in to comment.