diff --git a/frontend-js/pom.xml b/frontend-js/pom.xml
index 8d31de004e93fdc870cb4f1e7a54318352e68131..997840563dcbbf10a662fa0373c4c930cd1d883a 100644
--- a/frontend-js/pom.xml
+++ b/frontend-js/pom.xml
@@ -7,20 +7,10 @@
     <artifactId>parent</artifactId>
     <version>1.0</version>
   </parent>
-  <groupId>lcsb.mapviewer</groupId>
   <artifactId>frontend-js</artifactId>
-  <version>1.0</version>
   <name>frontend-js</name>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
 </project>