Skip to content

Commit c9d857c

Browse files
committed
Cleanup after upgrade
1 parent abad86a commit c9d857c

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

pom.xml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,9 @@
5151
</distributionManagement>
5252

5353
<properties>
54-
<javaVersion>8</javaVersion>
5554
<project.build.outputTimestamp>2022-11-12T18:16:59Z</project.build.outputTimestamp>
5655
</properties>
5756

58-
<dependencyManagement>
59-
<dependencies>
60-
<dependency>
61-
<groupId>org.junit</groupId>
62-
<artifactId>junit-bom</artifactId>
63-
<version>5.9.3</version>
64-
<type>pom</type>
65-
<scope>import</scope>
66-
</dependency>
67-
</dependencies>
68-
</dependencyManagement>
69-
7057
<dependencies>
7158
<dependency>
7259
<groupId>org.junit.jupiter</groupId>
@@ -78,11 +65,6 @@
7865
<build>
7966
<pluginManagement>
8067
<plugins>
81-
<plugin>
82-
<groupId>org.apache.maven.plugins</groupId>
83-
<artifactId>maven-compiler-plugin</artifactId>
84-
<version>3.11.0</version>
85-
</plugin>
8668
<plugin>
8769
<groupId>org.apache.maven.plugins</groupId>
8870
<artifactId>maven-dependency-plugin</artifactId>
@@ -91,11 +73,9 @@
9173
<plugin>
9274
<groupId>org.apache.maven.plugins</groupId>
9375
<artifactId>maven-javadoc-plugin</artifactId>
94-
<version>3.5.0</version>
9576
<configuration>
9677
<encoding>utf-8</encoding>
9778
<attach>true</attach>
98-
<quiet>true</quiet>
9979
</configuration>
10080
</plugin>
10181
<plugin>
@@ -106,16 +86,6 @@
10686
<!-- mono-module doesn't require site:stage -->
10787
</configuration>
10888
</plugin>
109-
<plugin>
110-
<groupId>org.apache.maven.plugins</groupId>
111-
<artifactId>maven-surefire-plugin</artifactId>
112-
<version>3.0.0</version>
113-
</plugin>
114-
<plugin>
115-
<groupId>org.apache.maven.plugins</groupId>
116-
<artifactId>maven-surefire-report-plugin</artifactId>
117-
<version>3.0.0</version>
118-
</plugin>
11989
</plugins>
12090
</pluginManagement>
12191
<plugins>

0 commit comments

Comments
 (0)