Loading pom.xml +11 −4 Original line number Diff line number Diff line Loading @@ -68,10 +68,17 @@ <scope>test</scope> </dependency> <dependency> <groupId>it.inaf.oats</groupId> <artifactId>vospace-rest</artifactId> <version>0.0.1-SNAPSHOT</version> <scope>compile</scope> <groupId>it.oats.inaf</groupId> <artifactId>vospace-datamodel</artifactId> <version>1.0-SNAPSHOT</version> <exclusions> <!-- Transitive dependency excluded to avoid duplicated dependency issues. We want to use always the version provided by Spring Boot --> <exclusion> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-jaxb-annotations</artifactId> </exclusion> </exclusions> </dependency> </dependencies> Loading Loading
pom.xml +11 −4 Original line number Diff line number Diff line Loading @@ -68,10 +68,17 @@ <scope>test</scope> </dependency> <dependency> <groupId>it.inaf.oats</groupId> <artifactId>vospace-rest</artifactId> <version>0.0.1-SNAPSHOT</version> <scope>compile</scope> <groupId>it.oats.inaf</groupId> <artifactId>vospace-datamodel</artifactId> <version>1.0-SNAPSHOT</version> <exclusions> <!-- Transitive dependency excluded to avoid duplicated dependency issues. We want to use always the version provided by Spring Boot --> <exclusion> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-jaxb-annotations</artifactId> </exclusion> </exclusions> </dependency> </dependencies> Loading