Skip to content

Commit eb03903

Browse files
jansupolsenivam
authored andcommitted
Update to MP Rest Client 3.0 final
Signed-off-by: jansupol <[email protected]>
1 parent b9653d1 commit eb03903

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

ext/microprofile/mp-rest-client/pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.eclipse.microprofile.rest.client</groupId>
3434
<artifactId>microprofile-rest-client-api</artifactId>
35-
<version>3.0-RC3</version>
35+
<version>3.0</version>
3636
<exclusions>
3737
<exclusion>
3838
<groupId>org.testng</groupId>
@@ -116,9 +116,12 @@
116116
<configuration>
117117
<instructions>
118118
<Export-Package>
119-
org.glassfish.jersey.restclient.*;version=${project.version}
119+
org.glassfish.jersey.microprofile.restclient.*;version=${project.version}
120120
</Export-Package>
121121
<Import-Package>
122+
jakarta.enterprise.*;version="[3.0,5)",
123+
jakarta.decorator.*;version="[3.0,5)",
124+
org.eclipse.microprofile.config.*;version="!",
122125
*
123126
</Import-Package>
124127
</instructions>

tests/integration/microprofile/rest-client-tck/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.eclipse.microprofile.rest.client</groupId>
7272
<artifactId>microprofile-rest-client-tck</artifactId>
73-
<version>3.0-RC3</version>
73+
<version>3.0</version>
7474
<scope>test</scope>
7575
</dependency>
7676
<dependency>

tests/integration/microprofile/rest-client-tck/tck-suite.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@
3131
<exclude name="testProxy"></exclude>
3232
</methods>
3333
</class>
34-
<class name="org.eclipse.microprofile.rest.client.tck.cditests.CDIInterceptorTest">
35-
<methods>
36-
<!--https://github.com/eclipse/microprofile-rest-client/pull/336-->
37-
<exclude name="testInterceptorNotInvokedWhenNoAnnotationApplied"></exclude>
38-
</methods>
39-
</class>
4034
</classes>
4135
</test>
4236

0 commit comments

Comments
 (0)