Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JAX-RS 2.1 support? #38

Open
jackson-chris opened this issue Jul 2, 2019 · 0 comments
Open

JAX-RS 2.1 support? #38

jackson-chris opened this issue Jul 2, 2019 · 0 comments

Comments

@jackson-chris
Copy link

jackson-chris commented Jul 2, 2019

When using:

<dependency>
  <groupId>net.wasdev.maven.tools.targets</groupId>
  <artifactId>liberty-target</artifactId>
  <version>19.0.0.4</version>
  <type>pom</type>
  <scope>provided</scope>
</dependency>

We see that the following dependency is pulled in:

<dependency>
   <groupId>javax.ws.rs</groupId>
   <artifactId>javax.ws.rs-api</artifactId>
   <version>2.0</version>
</dependency>

This is a transitive dependency from:

<dependency>
  <groupId>net.wasdev.maven.tools.targets</groupId>
  <artifactId>java-specs</artifactId>
  <version>1.0</version>
</dependency>

I'm wondering why javax.ws.rs-api:2.0 is still being pulled in instead of javax.ws.rs-api:2.1, JAX-RS 2.1 has been supported since 18.0.0.2.

This is problematic for people developing JAX-RS 2.1 applications as certain annotations are not available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant