|
6 | 6 | <version>0.3.0-SNAPSHOT</version>
|
7 | 7 | <name>GWASGeneViewer</name>
|
8 | 8 |
|
| 9 | + <parent> |
| 10 | + <groupId>at.gmi.nordborglab</groupId> |
| 11 | + <artifactId>superpom</artifactId> |
| 12 | + <version>0.1</version> |
| 13 | + </parent> |
| 14 | + |
9 | 15 | <properties>
|
10 | 16 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
11 | 17 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
12 | 18 | <gwtVersion>2.4.0</gwtVersion>
|
13 |
| - <maven.compiler.source>1.6</maven.compiler.source> |
14 |
| - <maven.compiler.target>1.6</maven.compiler.target> |
15 | 19 | <github.maven.repository>file:///srv/uemit.seren/repository/maven-repository/</github.maven.repository>
|
16 | 20 | </properties>
|
17 | 21 |
|
|
42 | 46 | <version>${gwtVersion}</version>
|
43 | 47 | <scope>provided</scope>
|
44 | 48 | </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> |
51 | 49 | <dependency>
|
52 | 50 | <groupId>at.gmi.nordborglab.widgets</groupId>
|
53 | 51 | <artifactId>geneviewer</artifactId>
|
54 | 52 | <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> |
62 | 53 | </dependency>
|
63 | 54 | </dependencies>
|
64 | 55 |
|
|
88 | 79 | </resource>
|
89 | 80 | </resources>
|
90 | 81 | </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> |
96 | 82 | <scm>
|
97 | 83 | <url>https://timeu@github.com/timeu/GWASGeneViewer.git</url>
|
98 | 84 | <connection>https://timeu@github.com/timeu/GWASGeneViewer.git</connection>
|
|
0 commit comments