Skip to content

Commit

Permalink
GH-46 Missing javax.bind.xml classes on Java 11+ (Resolve #46)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed May 15, 2020
1 parent f644794 commit db8b2b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@
<artifactId>snakeyaml</artifactId>
<version>1.26</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>2.3.3</version>
</dependency>

<!-- Tests -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public NanoHTTPD.Response serve(NanoHttpServer server, NanoHTTPD.IHTTPSession ht

ArtifactFile targetFile = ArtifactFile.fromURL(httpSession.getUri());


for (Entry<String, String> entry : files.entrySet()){
File tempFile = new File(entry.getValue());

Expand Down

0 comments on commit db8b2b5

Please sign in to comment.