File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
ext/microprofile/mp-rest-client
tests/integration/microprofile/rest-client-tck Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments