File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1616 <dependency >
1717 <groupId >io.avaje</groupId >
1818 <artifactId >avaje-http-client</artifactId >
19- <version >0.10-SNAPSHOT </version >
19+ <version >1.0 </version >
2020 </dependency >
2121
2222 <dependency >
2323 <groupId >io.avaje</groupId >
2424 <artifactId >avaje-http-client-gson</artifactId >
25- <version >0.6-SNAPSHOT </version >
25+ <version >1.0 </version >
2626 </dependency >
2727
2828 <dependency >
2929 <groupId >io.avaje</groupId >
3030 <artifactId >avaje-http-api</artifactId >
31- <version >1.0</version >
31+ <version >1.2</version >
32+ </dependency >
33+
34+ <dependency >
35+ <groupId >com.fasterxml.jackson.core</groupId >
36+ <artifactId >jackson-databind</artifactId >
37+ <version >2.11.1</version >
3238 </dependency >
3339
3440 <dependency >
Original file line number Diff line number Diff line change 11import example .github .SimpleHttpClient ;
22
3- module test {
3+ open module test {
44
55 requires io .avaje .http .client ;
66 requires com .fasterxml .jackson .databind ;
You can’t perform that action at this time.
0 commit comments