File tree Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Original file line number Diff line number Diff line change 77 <modelVersion >4.0.0</modelVersion >
88 <groupId >com.axellience</groupId >
99 <artifactId >vue-gwt</artifactId >
10- <version >0.1-SNAPSHOT </version >
10+ <version >1.0-beta-1 </version >
1111 <packaging >jar</packaging >
1212
1313 <name >Vue GWT</name >
4444 <maven .compiler.target>1.8</maven .compiler.target>
4545
4646 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
47-
48- <junit .version>4.12</junit .version>
49- <junit .jupiter.version>5.0.0-M3</junit .jupiter.version>
50- <junit .vintage.version>${junit.version} .0-M3</junit .vintage.version>
51- <junit .platform.version>1.0.0-M3</junit .platform.version>
5247 </properties >
5348
5449 <dependencies >
8176 <groupId >com.github.javaparser</groupId >
8277 <artifactId >javaparser-core</artifactId >
8378 <version >3.0.1</version >
84- </dependency >
85- <dependency >
86- <groupId >org.junit.jupiter</groupId >
87- <artifactId >junit-jupiter-api</artifactId >
88- <version >${junit.jupiter.version} </version >
89- <scope >test</scope >
90- </dependency >
91- <dependency >
92- <groupId >junit</groupId >
93- <artifactId >junit</artifactId >
94- <version >${junit.version} </version >
95- <scope >test</scope >
96- </dependency >
97- <dependency >
98- <groupId >org.mockito</groupId >
99- <artifactId >mockito-core</artifactId >
100- <version >2.7.1</version >
101- <scope >test</scope >
10279 </dependency >
10380 <dependency >
10481 <groupId >com.samaxes.maven</groupId >
You can’t perform that action at this time.
0 commit comments