Skip to content

Commit

Permalink
whitelist dep
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt committed Feb 7, 2022
1 parent 23f460e commit 4466d6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Expand Up @@ -171,6 +171,13 @@
<version>1.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.kohsuke.metainf-services</groupId>
<artifactId>metainf-services</artifactId>
<version>1.8</version>
<optional>true</optional>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down Expand Up @@ -297,6 +304,7 @@
<goal>depclean</goal>
</goals>
<configuration>
<ignoreDependencies>org.kohsuke.metainf-services:metainf-services:1.8:test</ignoreDependencies>
<!-- the build fails if there are unused direct dependencies -->
<failIfUnusedDirect>true</failIfUnusedDirect>
</configuration>
Expand Down
6 changes: 0 additions & 6 deletions spoon-pom/pom.xml
Expand Up @@ -74,12 +74,6 @@
<version>1.19.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.kohsuke.metainf-services</groupId>
<artifactId>metainf-services</artifactId>
<version>1.8</version>
<scope>test</scope>
</dependency>
</dependencies>

<organization>
Expand Down

0 comments on commit 4466d6c

Please sign in to comment.