ItEr08S10CreacionEntidadesServidorCriterios: Add dependency to commons-lang.

It will be used for checking preconditions.
This commit is contained in:
Óscar González Fernández 2009-05-14 19:20:00 +02:00 committed by Javier Moran Rua
parent 549852211a
commit 00f254a0e7
2 changed files with 10 additions and 0 deletions

View file

@ -49,6 +49,10 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</dependency>
</dependencies>
</project>

View file

@ -215,6 +215,12 @@
<artifactId>spring-test</artifactId>
<version>2.5.6</version>
<scope>test</scope>
</dependency>
<!-- Commons lang-->
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.4</version>
</dependency>
<!-- Commons Logging (required by many frameworks)-->
<dependency>