Skip to content

Commit

Permalink
Bump Commons Lang version used in integration test
Browse files Browse the repository at this point in the history
and remove unused dependency
  • Loading branch information
keeganwitt committed Dec 20, 2020
1 parent 7a7c2ec commit c859b74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions src/it/mavenPlugin/mojo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
7 changes: 1 addition & 6 deletions src/it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<properties>
<project.build.sourceEncoding>@project.build.sourceEncoding@</project.build.sourceEncoding>
<commonsLang3Version>3.7</commonsLang3Version>
<commonsLang3Version>3.11</commonsLang3Version>
<mavenVersion>3.6.3</mavenVersion>
<junit5Version>5.7.0</junit5Version>
</properties>
Expand Down Expand Up @@ -41,11 +41,6 @@
<artifactId>maven-plugin-annotations</artifactId>
<version>3.6.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.3.0</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit c859b74

Please sign in to comment.