File tree Expand file tree Collapse file tree 4 files changed +6
-12
lines changed
avaje-oauth2-helidon-jwtfilter
avaje-oauth2-oidc-cognito Expand file tree Collapse file tree 4 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 1717 <artifactId >avaje-json-core</artifactId >
1818 <version >3.8</version >
1919 </dependency >
20- <dependency >
21- <groupId >io.avaje</groupId >
22- <artifactId >avaje-http-client</artifactId >
23- <version >3.5</version >
24- </dependency >
2520 </dependencies >
2621</project >
Original file line number Diff line number Diff line change 44 exports io .avaje .oauth2 .core .jwt ;
55
66 requires transitive io .avaje .json ;
7- requires transitive io . avaje .http . client ;
7+ requires transitive java . net .http ;
88}
Original file line number Diff line number Diff line change 1111
1212 <artifactId >avaje-oauth2-helidon-jwtfilter</artifactId >
1313
14- <properties >
15- <maven .compiler.source>23</maven .compiler.source>
16- <maven .compiler.target>23</maven .compiler.target>
17- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18- </properties >
19-
2014 <dependencies >
2115 <dependency >
2216 <groupId >io.avaje</groupId >
Original file line number Diff line number Diff line change 1717 <artifactId >avaje-oauth2-core</artifactId >
1818 <version >0.1</version >
1919 </dependency >
20+ <dependency >
21+ <groupId >io.avaje</groupId >
22+ <artifactId >avaje-http-client</artifactId >
23+ <version >3.5</version >
24+ </dependency >
2025 </dependencies >
2126</project >
You can’t perform that action at this time.
0 commit comments