Skip to content

Commit

Permalink
Fix vulnerable solr-core (#168)
Browse files Browse the repository at this point in the history
* Fix vulnerable solr-core by removing hadoop-common dependency
  • Loading branch information
bjornandre authored Feb 28, 2024
1 parent 8d52e60 commit 7adc920
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion klass-solr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
</exclusion>

<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 7adc920

Please sign in to comment.