Skip to content

Commit

Permalink
KNOX-2989 - Fix checkstyle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
moresandeep committed Dec 1, 2023
1 parent 0686df2 commit 781095f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2454,6 +2454,24 @@
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>${docker-maven-plugin.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>
</exclusion>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- ********** ********** ********** ********** ********** ********** -->
Expand Down

0 comments on commit 781095f

Please sign in to comment.