File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
src/main/java/com/redhat/examples/hellomicroprofile/rest Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Compiled class file
2
2
* .class
3
3
** /target /*
4
+ * .iml
4
5
5
6
# Hidden files
6
7
. *
Original file line number Diff line number Diff line change 60
60
61
61
<dependency >
62
62
<groupId >io.thorntail</groupId >
63
- <artifactId >microprofile-restclient </artifactId >
63
+ <artifactId >jaxrs </artifactId >
64
64
</dependency >
65
65
66
66
<dependency >
Original file line number Diff line number Diff line change 8
8
import org .eclipse .microprofile .config .inject .*;
9
9
import org .eclipse .microprofile .faulttolerance .*;
10
10
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 .*;
14
11
15
12
import javax .inject .*;
16
13
import javax .ws .rs .*;
You can’t perform that action at this time.
0 commit comments