- Added a missing test dependency (junit.framework).

This commit is contained in:
Agetian
2014-12-01 09:15:18 +00:00
parent 53ca260a57
commit a9f05080f9

View File

@@ -23,5 +23,12 @@
<artifactId>minlog</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
<type>jar</type>
</dependency>
</dependencies>
</project>