Skip to content

Commit

Permalink
Removed useless 'wicket-core' artifact test dependency declaration (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mrizzi committed Oct 11, 2022
1 parent db9a2b4 commit a779426
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
7 changes: 0 additions & 7 deletions decompiler/impl-fernflower/pom.xml
Expand Up @@ -42,13 +42,6 @@
<scope>test</scope>
</dependency>

<!-- Test jar -->
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-core</artifactId>
<version>6.11.0</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
8 changes: 0 additions & 8 deletions decompiler/impl-procyon/pom.xml
Expand Up @@ -54,13 +54,6 @@
<scope>test</scope>
</dependency>

<!-- Test jar -->
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-core</artifactId>
<version>6.11.0</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand All @@ -83,7 +76,6 @@
</artifactItem>
</artifactItems>
<outputDirectory>target/TestJars</outputDirectory>
<destFileName>wicket-core-6.11.0</destFileName>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit a779426

Please sign in to comment.