Skip to content

Commit 5056a74

Browse files
authored
Merge pull request #124 from dmlloyd/po
Do not override plugin versions from the parent POM
2 parents a286023 + 27bf965 commit 5056a74

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,8 @@
5757
<build>
5858
<pluginManagement>
5959
<plugins>
60-
<plugin>
61-
<artifactId>maven-compiler-plugin</artifactId>
62-
<version>3.8.1-jboss-2</version>
63-
<configuration>
64-
<release>11</release>
65-
</configuration>
66-
</plugin>
6760
<plugin>
6861
<artifactId>maven-shade-plugin</artifactId>
69-
<version>3.5.1</version>
7062
<executions>
7163
<execution>
7264
<phase>package</phase>
@@ -79,7 +71,6 @@
7971
<plugin>
8072
<groupId>org.jboss.maven.plugins</groupId>
8173
<artifactId>maven-injection-plugin</artifactId>
82-
<version>1.0.2</version>
8374
<executions>
8475
<execution>
8576
<phase>compile</phase>

0 commit comments

Comments
 (0)