Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Can't include jaxws-rt 2.2.10 using gradle #1255

Open
niclarcipretti opened this issue Jan 29, 2019 · 2 comments
Open

Can't include jaxws-rt 2.2.10 using gradle #1255

niclarcipretti opened this issue Jan 29, 2019 · 2 comments

Comments

@niclarcipretti
Copy link

I'm having some trouble importing jaxws-rt with gradle. Appearently, jaxws-rt has an internal dependency with glassfish's ha-api:3.1.9, and this one should have a hk2-jar file that does not exists (even in Maven's central repository). The error I get is:

Execution` failed for task ':compileJava'.
> Could not resolve all dependencies for configuration ':detachedConfiguration1'.
   > Could not determine artifacts for org.glassfish.ha:ha-api:3.1.9
      > Could not get resource 'http://myartifactory.com/org/glassfish/ha/ha-api/3.1.9/ha-api-3.1.9.hk2-jar'.
         > Could not HEAD 'http://myartifactory.com/org/glassfish/ha/ha-api/3.1.9/ha-api-3.1.9.hk2-jar'. 

Can someone give me a hand with this? The only workaround I found was to exclude ha-api from jaxws-rt dependency (not properly tested for side effects).

Cheers

Nikao

@borjafg
Copy link

borjafg commented Jan 29, 2019

I think this project has been moved to https://github.com/eclipse-ee4j/metro-jax-ws

@niclarcipretti
Copy link
Author

Thanks. I'll post this question there then.

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

No branches or pull requests

2 participants