Skip to content

Commit

Permalink
[JENKINS-58113] - Remove more dependencies after GAE removal
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Oct 3, 2019
1 parent 0233e06 commit 4ad3bfc
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions plugins-compat-tester/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,12 @@
<artifactId>jenkins-core</artifactId>
</dependency>

<!--TODO: cleanup after removing GAE and the Jenkins core update -->

<dependency>
<groupId>antlr</groupId>
<artifactId>antlr</artifactId>
<version>2.7.7</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.13</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.7</version>
</dependency>

<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down

0 comments on commit 4ad3bfc

Please sign in to comment.