Skip to content

Commit

Permalink
Solving spring IoC dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JVerstry committed Aug 27, 2012
1 parent 2024909 commit 8817d63
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Spring-IoC-Container/pom.xml
Expand Up @@ -37,11 +37,11 @@
<version>${spring.version}</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>2.2.2</version>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>2.2.2</version>
</dependency>
</dependencies>

</project>

0 comments on commit 8817d63

Please sign in to comment.