Rollback to old pom.xml as Cobertura addittions were interfering with Jacoco

Removed Cobertura references from pom.xml until we look into
implementing Cobertura next spring
diff --git a/pom.xml b/pom.xml
index a10be58..133e294 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,8 +80,6 @@
             <exclude>**/*TestCase.java</exclude>
           -->
           </excludes>
-          <argLine>-XX:MaxPermSize=512m</argLine>
-          <reuseFork>false</reuseFork>
         </configuration>
       </plugin>
       <!-- exec:java -->
@@ -147,16 +145,6 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.5.2</version>
-        <configuration>
-          <formats>
-            <format>xml</format>
-          </formats>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
   <!-- for getting visualization reporting   -->
@@ -391,4 +379,4 @@
     </dependency>
     -->
   </dependencies>
-</project>
+</project>
\ No newline at end of file