File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
scribejava-httpclient-ahc
scribejava-httpclient-armeria
scribejava-httpclient-ning Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 2020 <artifactId >scribejava-core</artifactId >
2121 <version >${project.version} </version >
2222 </dependency >
23+ <dependency >
24+ <groupId >org.slf4j</groupId >
25+ <artifactId >slf4j-simple</artifactId >
26+ <version >2.0.0</version >
27+ <scope >test</scope >
28+ </dependency >
2329 <dependency >
2430 <groupId >org.asynchttpclient</groupId >
2531 <artifactId >async-http-client</artifactId >
Original file line number Diff line number Diff line change 2020 <artifactId >scribejava-core</artifactId >
2121 <version >${project.version} </version >
2222 </dependency >
23+ <dependency >
24+ <groupId >org.slf4j</groupId >
25+ <artifactId >slf4j-simple</artifactId >
26+ <version >2.0.0</version >
27+ <scope >test</scope >
28+ </dependency >
2329 <dependency >
2430 <groupId >com.linecorp.armeria</groupId >
2531 <artifactId >armeria</artifactId >
Original file line number Diff line number Diff line change 88 <version >8.3.2-SNAPSHOT</version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
11-
11+
1212 <groupId >com.github.scribejava</groupId >
1313 <artifactId >scribejava-httpclient-ning</artifactId >
1414 <name >ScribeJava Ning Async Http Client support</name >
2020 <artifactId >scribejava-core</artifactId >
2121 <version >${project.version} </version >
2222 </dependency >
23+ <dependency >
24+ <groupId >org.slf4j</groupId >
25+ <artifactId >slf4j-simple</artifactId >
26+ <version >2.0.0</version >
27+ <scope >test</scope >
28+ </dependency >
2329 <dependency >
2430 <groupId >com.ning</groupId >
2531 <artifactId >async-http-client</artifactId >
You can’t perform that action at this time.
0 commit comments