added dependency to "User Management Core"
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@162968 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
fff1476b26
commit
0e538e3ede
9
pom.xml
9
pom.xml
|
@ -189,6 +189,13 @@
|
|||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- User Management Core -->
|
||||
<dependency>
|
||||
<groupId>org.gcube.dvos</groupId>
|
||||
<artifactId>usermanagement-core</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- Force jackson-annotation dependency to 2.7 version -->
|
||||
<dependency>
|
||||
|
@ -196,7 +203,7 @@
|
|||
<artifactId>jackson-annotations</artifactId>
|
||||
<version>2.7.0</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- HOME LIBRARY -->
|
||||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
|
|
Loading…
Reference in New Issue