Re-add removed libs, needed by AWS SDK

This commit is contained in:
Shane Kilkelly 2021-07-06 14:17:37 +01:00
parent 36982a59e7
commit 8e6fa6c938

View file

@ -176,6 +176,19 @@
<artifactId>aws-java-sdk</artifactId>
<version>1.11.274</version>
</dependency>
<!-- API, java.xml.bind module -->
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>2.3.2</version>
</dependency>
<!-- Runtime, com.sun.xml.bind module -->
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>