Skip to content

Commit 349c216

Browse files
committed
Updated Maven POM file
1 parent af506aa commit 349c216

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed

pom.xml

+6-20
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@
66
<version>0.3.0-SNAPSHOT</version>
77
<name>GWASGeneViewer</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,10 @@
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>at.gmi.nordborglab.widgets</groupId>
5351
<artifactId>geneviewer</artifactId>
5452
<version>0.3.0-SNAPSHOT</version>
55-
<scope>provided</scope>
56-
</dependency>
57-
<dependency>
58-
<groupId>org.danvk</groupId>
59-
<artifactId>dygraph</artifactId>
60-
<version>0.6.0-SNAPSHOT</version>
61-
<scope>provided</scope>
6253
</dependency>
6354
</dependencies>
6455

@@ -88,11 +79,6 @@
8879
</resource>
8980
</resources>
9081
</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>
9682
<scm>
9783
<url>https://timeu@github.com/timeu/GWASGeneViewer.git</url>
9884
<connection>https://timeu@github.com/timeu/GWASGeneViewer.git</connection>

0 commit comments

Comments
 (0)