Skip to content

Commit

Permalink
Update dependencies (#5)
Browse files Browse the repository at this point in the history
* Update patch version to 4.0.1

* Update Jaxb to 2.3.3

* Update jakarta activation to 1.2.2

* Remove obsolete glassfish jaxb dependency
  • Loading branch information
MicWalter authored May 29, 2020
1 parent a692634 commit 0c7233e
Showing 1 changed file with 25 additions and 7 deletions.
32 changes: 25 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>com.hivemq.extension</groupId>
<artifactId>hivemq-file-rbac-extension</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>

<description>HiveMQ File Role Based Access Control Extension</description>

Expand Down Expand Up @@ -58,17 +58,35 @@
<version>2.6.2</version>
</dependency>

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.60</version>
</dependency>

<!-- For XML parsing -->
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.1</version>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>2.3.3</version>
</dependency>

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.60</version>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.3</version>
</dependency>

<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<version>1.2.2</version>
</dependency>

<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>jakarta.activation</artifactId>
<version>1.2.2</version>
</dependency>

<!-- Command line tool dependencies -->
Expand Down

0 comments on commit 0c7233e

Please sign in to comment.