fixed pom deps

This commit is contained in:
Sandro La Bruzzo 2022-02-02 14:55:09 +01:00
parent 353258ad68
commit 04ea22b244
3 changed files with 1 additions and 6 deletions

View File

@ -4,7 +4,7 @@
<groupId>eu.dnetlib.dhp</groupId> <groupId>eu.dnetlib.dhp</groupId>
<artifactId>dnet-applications</artifactId> <artifactId>dnet-applications</artifactId>
<version>3.2.3-SNAPSHOT</version> <version>3.2.3-SNAPSHOT</version>
<relativePath>../</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -14,10 +14,6 @@
<artifactId>scholexplorer-api</artifactId> <artifactId>scholexplorer-api</artifactId>
<dependencies> <dependencies>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-bean-validators</artifactId>
</dependency>
<dependency> <dependency>

View File

@ -28,7 +28,6 @@
<module>libs</module> <module>libs</module>
<module>apps</module> <module>apps</module>
<module>cmd-line-apps</module> <module>cmd-line-apps</module>
<module>scholexplorer-api</module>
</modules> </modules>
<issueManagement> <issueManagement>