X Tutup
Skip to content

Commit 23890ec

Browse files
committed
set netty version in tests to run armeria examples (it requires newer netty version, than one comes by default)
1 parent 12c6b05 commit 23890ec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scribejava-apis/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@
5050
<version>${project.version}</version>
5151
<scope>test</scope>
5252
</dependency>
53+
<dependency>
54+
<groupId>io.netty</groupId>
55+
<artifactId>netty-resolver</artifactId>
56+
<version>4.1.81.Final</version>
57+
<scope>test</scope>
58+
</dependency>
5359
</dependencies>
5460

5561
<build>

0 commit comments

Comments
 (0)
X Tutup