Skip to content

Commit

Permalink
Add Java 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
SoAJeff committed Apr 19, 2020
1 parent 1de225f commit dea5613
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions soa-discord/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,16 @@
<artifactId>discord4j-core</artifactId>
<version>3.0.14</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.3-b02</version>
</dependency>
<dependency>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-runtime</artifactId>
Expand Down

0 comments on commit dea5613

Please sign in to comment.