Skip to content

Commit 40bf512

Browse files
committed
Fix initial dependencies of Microprofile
1 parent af9e547 commit 40bf512

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Compiled class file
22
*.class
33
**/target/*
4+
*.iml
45

56
#Hidden files
67
.*

hello-microprofile/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
<dependency>
6262
<groupId>io.thorntail</groupId>
63-
<artifactId>microprofile-restclient</artifactId>
63+
<artifactId>jaxrs</artifactId>
6464
</dependency>
6565

6666
<dependency>

hello-microprofile/src/main/java/com/redhat/examples/hellomicroprofile/rest/GreeterRestController.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
import org.eclipse.microprofile.config.inject.*;
99
import org.eclipse.microprofile.faulttolerance.*;
1010
import org.eclipse.microprofile.opentracing.*;
11-
import org.eclipse.microprofile.rest.client.*;
12-
import org.jboss.resteasy.plugins.providers.*;
13-
import org.jboss.resteasy.spi.*;
1411

1512
import javax.inject.*;
1613
import javax.ws.rs.*;

0 commit comments

Comments
 (0)