Skip to content

Commit

Permalink
dependency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robosova committed Dec 4, 2014
1 parent 62520c4 commit 926c0a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/serialization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.0</version>
<groupId>org.no-hope</groupId>
<artifactId>slf4j-logging</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 926c0a0

Please sign in to comment.