Skip to content

Commit

Permalink
Use JAXB for Base64 encoding in aws sdk with Java 9+
Browse files Browse the repository at this point in the history
  • Loading branch information
raunaqmorarka authored and electrum committed Feb 26, 2020
1 parent c7362ff commit b356a87
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,12 @@
</exclusions>
</dependency>

<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>

<dependency>
<groupId>io.airlift</groupId>
<artifactId>testing-mysql-server</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions presto-hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@
<artifactId>validation-api</artifactId>
</dependency>

<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.weakref</groupId>
<artifactId>jmxutils</artifactId>
Expand Down

0 comments on commit b356a87

Please sign in to comment.