Skip to content

Commit 63380a7

Browse files
authored
Need to specify versions for antrun-plugin or it doesn't run (#554)
1 parent c8e27ad commit 63380a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

google-http-client/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<plugin>
4848
<groupId>org.sonatype.plugins</groupId>
4949
<artifactId>jarjar-maven-plugin</artifactId>
50+
<version>1.9</version>
5051
<executions>
5152
<execution>
5253
<phase>package</phase>
@@ -77,6 +78,7 @@
7778
</plugin>
7879
<plugin>
7980
<artifactId>maven-antrun-plugin</artifactId>
81+
<version>1.8</version>
8082
<executions>
8183
<!-- Remove extraneous files from the jarjar'ed Apache Commons Codec
8284
Library. -->

0 commit comments

Comments
 (0)