Skip to content

Commit 69c2bd8

Browse files
authored
build: don't duplicate managed versions (#585)
1 parent 8564323 commit 69c2bd8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

google-oauth-client-jetty/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
<dependency>
9696
<groupId>junit</groupId>
9797
<artifactId>junit</artifactId>
98-
<version>4.13.1</version>
9998
<scope>test</scope>
10099
</dependency>
101100
</dependencies>

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@
410410
<!-- Build the dependencies report at package time (needed for the assembly artifact). -->
411411
<plugin>
412412
<artifactId>maven-project-info-reports-plugin</artifactId>
413-
<version>3.1.1</version>
414413
<executions>
415414
<execution>
416415
<goals>

0 commit comments

Comments
 (0)