diff options
Diffstat (limited to 'nova-model/pom.xml')
-rw-r--r-- | nova-model/pom.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/nova-model/pom.xml b/nova-model/pom.xml index 9dde032..1c59e08 100644 --- a/nova-model/pom.xml +++ b/nova-model/pom.xml @@ -21,14 +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> + <dependency> + + <groupId>javax.xml.bind</groupId> + + <artifactId>jaxb-api</artifactId> + + <version>2.3.1</version> + + </dependency> </dependencies> </project> |