Changeset 78 for java/main/pom.xml
- Timestamp:
- 01/09/13 00:09:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/main/pom.xml
r77 r78 15 15 </repository> 16 16 </repositories> 17 17 <properties> 18 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 19 </properties> 18 20 <build> 19 21 <plugins> … … 58 60 <version>1.5.2</version> 59 61 </dependency> 62 63 <dependency> 64 <groupId>junit</groupId> 65 <artifactId>junit</artifactId> 66 <version>4.8.1</version> 67 <scope>test</scope> 68 </dependency> 60 69 <!--dependency> 61 70 </dependency>
Note: See TracChangeset
for help on using the changeset viewer.