Skip to content

Commit

Permalink
commons-lang3 (3.1) and spring-context (3.2.2) added to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vardlokkur committed Mar 24, 2013
1 parent 4844611 commit a769152
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
</developer>
</developers>

<properties>
<spring.version>3.2.2.RELEASE</spring.version>
</properties>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -69,6 +73,11 @@
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
Expand All @@ -81,5 +90,10 @@
<version>1.9.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${spring.version}</version>
</dependency>
</dependencies>
</project>

0 comments on commit a769152

Please sign in to comment.