Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Jul 29, 2021
1 parent 0044861 commit da2cc90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<!-- To skip the wizard by default in hpi:run. It should not impact other goals. -->
<hudson.Main.development>true</hudson.Main.development>

<access-modifier-checker.version>1.23-SNAPSHOT</access-modifier-checker.version> <!-- TODO -->
<access-modifier-checker.version>1.23-SNAPSHOT</access-modifier-checker.version> <!-- TODO https://github.com/jenkinsci/lib-access-modifier/pull/53 -->
<animal.sniffer.version>1.20</animal.sniffer.version>
<powermock.version>2.0.9</powermock.version>

Expand Down
9 changes: 0 additions & 9 deletions src/it/beta-fail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,4 @@
<module>upstream</module>
<module>downstream</module>
</modules>
<dependencyManagement> <!-- TODO -->
<dependencies>
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>annotation-indexer</artifactId>
<version>1.15-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

0 comments on commit da2cc90

Please sign in to comment.