added commons validator as scoped compile dependency

git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/share-updates@97613 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2014-06-21 13:37:17 +00:00
parent 92968ecce6
commit d0e5fc5627
1 changed files with 2 additions and 0 deletions

View File

@ -194,6 +194,8 @@
<dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
<version>1.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.liferay.portal</groupId>