File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 5050 <gwt .version>2.10.0</gwt .version>
5151 </properties >
5252
53+ <dependencyManagement >
54+ <dependencies >
55+ <dependency >
56+ <groupId >org.gwtproject</groupId >
57+ <artifactId >gwt</artifactId >
58+ <version >${gwt.version} </version >
59+ <type >pom</type >
60+ <scope >import</scope >
61+ </dependency >
62+ </dependencies >
63+ </dependencyManagement >
64+
5365 <dependencies >
5466 <dependency >
55- <groupId >com.google.gwt </groupId >
67+ <groupId >org.gwtproject </groupId >
5668 <artifactId >gwt-user</artifactId >
57- <version >${gwt.version} </version >
58- <scope >test</scope >
69+ <version >${gwt.version} </version >
5970 </dependency >
6071 <dependency >
61- <groupId >com.google.gwt </groupId >
72+ <groupId >org.gwtproject </groupId >
6273 <artifactId >gwt-dev</artifactId >
6374 <version >${gwt.version} </version >
64- <scope >test</scope >
6575 </dependency >
6676
6777 <dependency >
Original file line number Diff line number Diff line change 4444 <inceptionYear >2019</inceptionYear >
4545
4646 <properties >
47- <maven .j2cl.plugin>0.20 </maven .j2cl.plugin>
47+ <maven .j2cl.plugin>0.21.0 </maven .j2cl.plugin>
4848 <maven .resource.plugin>3.1.0</maven .resource.plugin>
4949
5050 <!-- CI -->
Original file line number Diff line number Diff line change 6565 <maven .surfire.plugin>3.0.0-M1</maven .surfire.plugin>
6666
6767 <elemental2 .version>1.1.0</elemental2 .version>
68- <junit .version>4.12 </junit .version>
68+ <junit .version>4.13.2 </junit .version>
6969 </properties >
7070
7171 <build >
You can’t perform that action at this time.
0 commit comments