Changeset 45
- Timestamp:
- 06/17/13 13:07:37 (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.classpath
r44 r45 33 33 </attributes> 34 34 </classpathentry> 35 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>36 35 <classpathentry kind="output" path="target/classes"/> 37 36 </classpath> -
trunk/pom.xml
r44 r45 51 51 <version>2.21</version> 52 52 </dependency> 53 <dependency> 54 <groupId>junit</groupId> 55 <artifactId>junit</artifactId> 56 <version>4.11</version> 57 </dependency> 53 58 </dependencies> 54 59 <build>
Note: See TracChangeset
for help on using the changeset viewer.