File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 <javaVersion >11</javaVersion >
4545 <maven .compiler.release>${javaVersion} </maven .compiler.release>
4646 <undertowVersion >2.3.26.Final</undertowVersion >
47- <quarkus .version>3.39.2</quarkus .version>
4847 </properties >
4948
5049 <dependencyManagement >
5150 <dependencies >
52- <dependency >
53- <groupId >io.quarkus</groupId >
54- <artifactId >quarkus-bom</artifactId >
55- <version >${quarkus.version} </version >
56- <type >pom</type >
57- <scope >import</scope >
58- </dependency >
5951 <dependency >
6052 <groupId >org.commonjava.boms</groupId >
6153 <artifactId >web-commons-bom</artifactId >
8880 <artifactId >junit-jupiter</artifactId >
8981 <version >5.9.3</version >
9082 </dependency >
83+ <dependency >
84+ <groupId >org.hamcrest</groupId >
85+ <artifactId >hamcrest</artifactId >
86+ <version >3.0</version >
87+ </dependency >
9188 <dependency >
9289 <groupId >org.commonjava.util</groupId >
9390 <artifactId >http-testserver-core</artifactId >
Original file line number Diff line number Diff line change 2929 <name >http-testserver-quarkus</name >
3030 <packaging >jar</packaging >
3131
32+ <properties >
33+ <quarkus .version>3.6.9</quarkus .version>
34+ </properties >
35+
36+ <dependencyManagement >
37+ <dependencies >
38+ <dependency >
39+ <groupId >io.quarkus</groupId >
40+ <artifactId >quarkus-bom</artifactId >
41+ <version >${quarkus.version} </version >
42+ <type >pom</type >
43+ <scope >import</scope >
44+ </dependency >
45+ </dependencies >
46+ </dependencyManagement >
47+
3248 <dependencies >
3349 <dependency >
3450 <groupId >org.commonjava.util</groupId >
You can’t perform that action at this time.
0 commit comments