Skip to content

Commit

Permalink
Update build and deps
Browse files Browse the repository at this point in the history
And add comments when to remove things.
  • Loading branch information
cstamas authored and slachiewicz committed Nov 30, 2021
1 parent d0e404d commit 3079bd2
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions pom.xml
Expand Up @@ -77,7 +77,7 @@ under the License.
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
<version>3.3.3</version>
<version>3.3.4</version>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
Expand All @@ -100,10 +100,6 @@ under the License.
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.1.1</version>
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M3</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version>
Expand All @@ -124,6 +120,17 @@ under the License.
</plugins>
</pluginManagement>
<plugins>
<plugin> <!-- Remove once MPOM-270 fixed -->
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0</version>
<dependencies>
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>extra-enforcer-rules</artifactId>
<version>1.4</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand All @@ -144,7 +151,7 @@ under the License.
<plugin>
<groupId>org.eclipse.sisu</groupId>
<artifactId>sisu-maven-plugin</artifactId>
<version>0.3.4</version>
<version>0.3.5</version>
<executions>
<execution>
<id>generate-index</id>
Expand Down

0 comments on commit 3079bd2

Please sign in to comment.