Skip to content

Commit 1a67be7

Browse files
committed
Changing the artifactId to resteasy-client, may be changed to resteasy-jaxrs after Bill has changed the dependencies
1 parent 22cfbe2 commit 1a67be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jaxrs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependencies>
2828
<dependency>
2929
<groupId>org.jboss.resteasy</groupId>
30-
<artifactId>resteasy-jaxrs</artifactId>
30+
<artifactId>resteasy-client</artifactId>
3131
<version>3.0.4.Final</version>
3232
<scope>test</scope>
3333
</dependency>

0 commit comments

Comments
 (0)