Skip to content

Commit

Permalink
Integrate Activation API 2.1.0, impl 1.0.0-M2
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Nov 3, 2021
1 parent ea908b7 commit 13dee2b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,20 +78,20 @@
<spotbugs.threshold>Low</spotbugs.threshold>
<spotbugs.exclude>${project.basedir}/../spotbugs-exclude.xml</spotbugs.exclude>
<!--Maven plugins version-->
<spotbugs.version>4.3.0</spotbugs.version>
<spotbugs.version>4.4.2.2</spotbugs.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<version>2.1.0-RC2</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.angus</groupId>
<artifactId>angus-activation</artifactId>
<version>1.0.0-M1</version>
<version>1.0.0-M2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -153,7 +153,6 @@
<configuration>
<skip>${spotbugs.skip}</skip>
<threshold>${spotbugs.threshold}</threshold>
<findbugsXmlWithMessages>true</findbugsXmlWithMessages>
<excludeFilterFile>${spotbugs.exclude}</excludeFilterFile>
<fork>true</fork>
</configuration>
Expand Down Expand Up @@ -186,7 +185,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 13dee2b

Please sign in to comment.