Skip to content

Commit 6c95c77

Browse files
committed
Fix internal deps
1 parent f01d861 commit 6c95c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extras/registry/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
<dependencies>
1616
<dependency>
1717
<groupId>org.asynchttpclient</groupId>
18-
<artifactId>async-http-client-netty3-provider</artifactId>
18+
<artifactId>async-http-client-netty3</artifactId>
1919
<version>${project.version}</version>
2020
<scope>test</scope>
2121
</dependency>
2222
<dependency>
2323
<groupId>org.asynchttpclient</groupId>
24-
<artifactId>async-http-client-netty4-provider</artifactId>
24+
<artifactId>async-http-client-netty4</artifactId>
2525
<version>${project.version}</version>
2626
<scope>test</scope>
2727
</dependency>

0 commit comments

Comments
 (0)