Skip to content

Commit 7e2919a

Browse files
committed
Updated Maven POM file
1 parent 73edbd1 commit 7e2919a

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

pom.xml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@
66
<version>0.3.0-SNAPSHOT</version>
77
<name>GeneViewer</name>
88

9+
<parent>
10+
<groupId>at.gmi.nordborglab</groupId>
11+
<artifactId>superpom</artifactId>
12+
<version>0.1</version>
13+
</parent>
14+
915
<properties>
1016
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1117
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1218
<gwtVersion>2.4.0</gwtVersion>
13-
<maven.compiler.source>1.6</maven.compiler.source>
14-
<maven.compiler.target>1.6</maven.compiler.target>
1519
<github.maven.repository>file:///srv/uemit.seren/repository/maven-repository/</github.maven.repository>
1620
</properties>
1721

@@ -42,23 +46,15 @@
4246
<version>${gwtVersion}</version>
4347
<scope>provided</scope>
4448
</dependency>
45-
<dependency>
46-
<groupId>com.google.gwt.google-apis</groupId>
47-
<artifactId>gwt-visualization</artifactId>
48-
<version>1.1.2</version>
49-
<scope>provided</scope>
50-
</dependency>
5149
<dependency>
5250
<groupId>org.danvk</groupId>
5351
<artifactId>dygraph</artifactId>
5452
<version>0.6.0-SNAPSHOT</version>
55-
<scope>provided</scope>
5653
</dependency>
5754
<dependency>
5855
<groupId>at.gmi.nordborglab</groupId>
5956
<artifactId>processingjs</artifactId>
6057
<version>0.5.0-SNAPSHOT</version>
61-
<scope>provided</scope>
6258
</dependency>
6359
</dependencies>
6460

@@ -88,11 +84,6 @@
8884
</resource>
8985
</resources>
9086
</build>
91-
<dependencyManagement>
92-
<dependencies>
93-
<dependency><groupId>org.danvk</groupId><artifactId>dygraph</artifactId><version>0.6.0-SNAPSHOT</version></dependency>
94-
</dependencies>
95-
</dependencyManagement>
9687
<scm>
9788
<url>https://timeu@github.com/timeu/GeneViewer.git</url>
9889
<connection>https://timeu@github.com/timeu/GeneViewer.git</connection>

0 commit comments

Comments
 (0)