Skip to content

Commit

Permalink
Dependency update.
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Kraus <tomas.kraus@oracle.com>
  • Loading branch information
Tomas-Kraus authored and lukasj committed Aug 27, 2021
1 parent 343cd92 commit c13ee43
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,12 @@
<config.dir>etc/config</config.dir>
<legal.doc.source>../</legal.doc.source>

<activation.version>2.1.0-RC1</activation.version>
<activation-api.version>2.1.0-RC1</activation-api.version>
<angus-activation.version>1.0.0-M1</angus-activation.version>

<xml.bind-api.version>4.0.0-RC1</xml.bind-api.version>
<xml.soap-api.version>3.0.0-RC1</xml.soap-api.version>

<angus-activation.version>1.0.0-M1</angus-activation.version>
<fastinfoset.version>2.0.0</fastinfoset.version>
<mimepull.version>1.9.15</mimepull.version>
<stax-ex.version>2.1.0-M1</stax-ex.version>
Expand Down Expand Up @@ -281,7 +282,7 @@
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<version>${activation.version}</version>
<version>${activation-api.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.angus</groupId>
Expand Down Expand Up @@ -313,11 +314,6 @@
<artifactId>junit</artifactId>
<version>${junit.version}</version>
</dependency>
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<version>${activation.version}</version>
</dependency>
<dependency>
<groupId>com.sun.xml.fastinfoset</groupId>
<artifactId>FastInfoset</artifactId>
Expand Down

0 comments on commit c13ee43

Please sign in to comment.