diff pom.xml @ 58:a3a8c49ad209

modified pom.xml
author Shoshi TAMAKI
date Thu, 28 Feb 2013 16:15:04 +0900
parents cb9fabaedfd4
children 7030d9935796
line wrap: on
line diff
--- a/pom.xml	Sat Feb 09 19:44:37 2013 +0900
+++ b/pom.xml	Thu Feb 28 16:15:04 2013 +0900
@@ -36,6 +36,11 @@
     	<artifactId>functionaljava</artifactId>
     	<version>3.1</version>
     </dependency>
+    <dependency>
+	<groupId>org.apache.maven.surefire</groupId>
+	<artifactId>surefire-junit4</artifactId>
+	<version>2.13</version>
+</dependency>
   </dependencies>
   <build>
   	<plugins>
@@ -47,21 +52,6 @@
   				<target>1.6</target>
   			</configuration>
   		</plugin>
-  		<plugin>
-  			<groupId>org.apache.maven.plugin</groupId>
-  			<artifactId>maven-surefire-plugin</artifactId>
-        	<version>2.13</version>
-        	<configuration>
-        		<exclude>**/*TestBase.java</exclude>
-        	</configuration>
-        	<dependencies>
-        	<dependency>
-        		<groupId>org.apache.maven.surefire</groupId>
-       			<artifactId>surefire-junit47</artifactId>
-        		<version>2.13</version>
-      			</dependency>
-        	</dependencies>
-  		</plugin>
   	</plugins>
   </build>
 </project>