Skip to content

Commit

Permalink
Merge pull request #56 from InseeFr/devCast
Browse files Browse the repository at this point in the history
Exclude dependabot alerts
  • Loading branch information
alicela authored Dec 1, 2023
2 parents 195b603 + 7dc5051 commit 22d44ee
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions kraftwerk-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-auth</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand All @@ -137,6 +145,14 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-reload4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-auth</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
Expand Down

0 comments on commit 22d44ee

Please sign in to comment.