Skip to content
Snippets Groups Projects
Commit b67a408f authored by Nicola Fulvio Calabria's avatar Nicola Fulvio Calabria
Browse files

Update pom.xml

parent 8a3350c8
Branches
No related tags found
No related merge requests found
Pipeline #1173 passed
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment