Mercurial > hg > Members > tatsuki > bench > jungle-core
comparison pom.xml @ 58:a3a8c49ad209
modified pom.xml
author | Shoshi TAMAKI |
---|---|
date | Thu, 28 Feb 2013 16:15:04 +0900 |
parents | cb9fabaedfd4 |
children | 7030d9935796 |
comparison
equal
deleted
inserted
replaced
57:b136a24f82aa | 58:a3a8c49ad209 |
---|---|
34 <dependency> | 34 <dependency> |
35 <groupId>org.functionaljava</groupId> | 35 <groupId>org.functionaljava</groupId> |
36 <artifactId>functionaljava</artifactId> | 36 <artifactId>functionaljava</artifactId> |
37 <version>3.1</version> | 37 <version>3.1</version> |
38 </dependency> | 38 </dependency> |
39 <dependency> | |
40 <groupId>org.apache.maven.surefire</groupId> | |
41 <artifactId>surefire-junit4</artifactId> | |
42 <version>2.13</version> | |
43 </dependency> | |
39 </dependencies> | 44 </dependencies> |
40 <build> | 45 <build> |
41 <plugins> | 46 <plugins> |
42 <plugin> | 47 <plugin> |
43 <groupId>org.apache.maven.plugins</groupId> | 48 <groupId>org.apache.maven.plugins</groupId> |
45 <configuration> | 50 <configuration> |
46 <source>1.6</source> | 51 <source>1.6</source> |
47 <target>1.6</target> | 52 <target>1.6</target> |
48 </configuration> | 53 </configuration> |
49 </plugin> | 54 </plugin> |
50 <plugin> | |
51 <groupId>org.apache.maven.plugin</groupId> | |
52 <artifactId>maven-surefire-plugin</artifactId> | |
53 <version>2.13</version> | |
54 <configuration> | |
55 <exclude>**/*TestBase.java</exclude> | |
56 </configuration> | |
57 <dependencies> | |
58 <dependency> | |
59 <groupId>org.apache.maven.surefire</groupId> | |
60 <artifactId>surefire-junit47</artifactId> | |
61 <version>2.13</version> | |
62 </dependency> | |
63 </dependencies> | |
64 </plugin> | |
65 </plugins> | 55 </plugins> |
66 </build> | 56 </build> |
67 </project> | 57 </project> |