Skip to content

Commit

Permalink
SciGraph also needs javax.xml.bind to be installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrnz committed Mar 25, 2021
1 parent 2b1198e commit afadb55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -277,6 +277,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
</dependencies>

<reporting>
Expand Down

0 comments on commit afadb55

Please sign in to comment.