diff --git a/src/test/resources/unit/project-001/pom.xml b/src/test/resources/unit/project-001/pom.xml
index c726e61..a8514b4 100644
--- a/src/test/resources/unit/project-001/pom.xml
+++ b/src/test/resources/unit/project-001/pom.xml
@@ -25,14 +25,7 @@ under the License.
jar
Maven
http://maven.apache.org
-
-
- junit
- junit
- 3.8.1
- test
-
-
+
diff --git a/src/test/resources/unit/project-001/src/test/java/foo/project001/AppTest.java b/src/test/resources/unit/project-001/src/test/java/foo/project001/AppTest.java
index 63db293..99bc65c 100644
--- a/src/test/resources/unit/project-001/src/test/java/foo/project001/AppTest.java
+++ b/src/test/resources/unit/project-001/src/test/java/foo/project001/AppTest.java
@@ -37,34 +37,4 @@
* under the License.
*/
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest extends TestCase {
- /**
- * Create the test case
- *
- * @param testName name of the test case
- */
- public AppTest(String testName) {
- super(testName);
- }
-
- /**
- * @return the suite of tests being tested
- */
- public static Test suite() {
- return new TestSuite(AppTest.class);
- }
-
- /**
- * Rigourous Test :-)
- */
- public void testApp() {
- assertTrue(true);
- }
-}
+public class AppTest {}
diff --git a/src/test/resources/unit/project-003/pom.xml b/src/test/resources/unit/project-003/pom.xml
index fe73a62..8e7e669 100644
--- a/src/test/resources/unit/project-003/pom.xml
+++ b/src/test/resources/unit/project-003/pom.xml
@@ -24,14 +24,7 @@ under the License.
99.0
jar
Maven
-
-
- junit
- junit
- 3.8.1
- test
-
-
+
diff --git a/src/test/resources/unit/project-003/src/test/java/foo/project003/AppTest.java b/src/test/resources/unit/project-003/src/test/java/foo/project003/AppTest.java
index 55c4ed5..e8b8866 100644
--- a/src/test/resources/unit/project-003/src/test/java/foo/project003/AppTest.java
+++ b/src/test/resources/unit/project-003/src/test/java/foo/project003/AppTest.java
@@ -37,34 +37,4 @@
* under the License.
*/
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest extends TestCase {
- /**
- * Create the test case
- *
- * @param testName name of the test case
- */
- public AppTest(String testName) {
- super(testName);
- }
-
- /**
- * @return the suite of tests being tested
- */
- public static Test suite() {
- return new TestSuite(AppTest.class);
- }
-
- /**
- * Rigourous Test :-)
- */
- public void testApp() {
- assertTrue(true);
- }
-}
+public class AppTest {}
diff --git a/src/test/resources/unit/project-010/pom.xml b/src/test/resources/unit/project-010/pom.xml
index d984dc9..dc68a3e 100644
--- a/src/test/resources/unit/project-010/pom.xml
+++ b/src/test/resources/unit/project-010/pom.xml
@@ -25,14 +25,6 @@ under the License.
jar
Maven
http://maven.apache.org
-
-
- junit
- junit
- 3.8.1
- test
-
-
diff --git a/src/test/resources/unit/project-010/src/test/java/foo/project010/AppTest.java b/src/test/resources/unit/project-010/src/test/java/foo/project010/AppTest.java
index 28a94db..d633030 100644
--- a/src/test/resources/unit/project-010/src/test/java/foo/project010/AppTest.java
+++ b/src/test/resources/unit/project-010/src/test/java/foo/project010/AppTest.java
@@ -37,34 +37,4 @@
* under the License.
*/
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest extends TestCase {
- /**
- * Create the test case
- *
- * @param testName name of the test case
- */
- public AppTest(String testName) {
- super(testName);
- }
-
- /**
- * @return the suite of tests being tested
- */
- public static Test suite() {
- return new TestSuite(AppTest.class);
- }
-
- /**
- * Rigourous Test :-)
- */
- public void testApp() {
- assertTrue(true);
- }
-}
+public class AppTest {}