Skip to content

Commit 9aa51ea

Browse files
committed
Moved dependency version declaration into dependencyManagement section of webfx parent root pom for the following modules: GWT, Elemental2 & GWT-time
1 parent 20bf22d commit 9aa51ea

File tree

1 file changed

+0
-3
lines changed
  • webfx-demo-particles-application-gwt

1 file changed

+0
-3
lines changed

webfx-demo-particles-application-gwt/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,16 @@
2929
<dependency>
3030
<groupId>com.google.elemental2</groupId>
3131
<artifactId>elemental2-svg</artifactId>
32-
<version>1.1.0</version>
3332
</dependency>
3433

3534
<dependency>
3635
<groupId>org.jresearch.gwt.time</groupId>
3736
<artifactId>org.jresearch.gwt.time</artifactId>
38-
<version>2.0.7</version>
3937
</dependency>
4038

4139
<dependency>
4240
<groupId>com.google.gwt</groupId>
4341
<artifactId>gwt-dev</artifactId>
44-
<version>2.9.0</version>
4542
</dependency>
4643

4744
<dependency>

0 commit comments

Comments
 (0)