diff options
Diffstat (limited to 'nova-model/pom.xml')
-rw-r--r-- | nova-model/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nova-model/pom.xml b/nova-model/pom.xml index 5bea0fe..600bc86 100644 --- a/nova-model/pom.xml +++ b/nova-model/pom.xml @@ -21,5 +21,14 @@ <artifactId>jsonassert</artifactId> <scope>test</scope> </dependency> + <dependency> + + <groupId>javax.xml.bind</groupId> + + <artifactId>jaxb-api</artifactId> + + <version>2.3.1</version> + + </dependency> </dependencies> </project> |