[keycloak-user] Cannot build 8.0.0: Could not find artifact org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325

Tom Billiet tom.billiet at airties.com
Thu Nov 28 09:22:43 EST 2019


I also just ran into this.
I've bypassed it by excluding that dependency since we don't need it:
(gradle)
configurations.all {
    exclude group: 'com.sun.xml.ws'
}

Not the nicest solution, but gets me unblocked.

Best regards,
Tom

-----Original Message-----
From: keycloak-user-bounces at lists.jboss.org <keycloak-user-bounces at lists.jboss.org> On Behalf Of ???????? ????
Sent: Tuesday, 26 November 2019 15:50
To: keycloak-user at lists.jboss.org
Subject: [keycloak-user] Cannot build 8.0.0: Could not find artifact org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325

I've checked out 8.0.0 tag and try to build it.

[ERROR] Failed to execute goal on project keycloak-saml-core-public: Could not resolve dependencies for project
org.keycloak:keycloak-saml-core-public:jar:8.0.0: Could not find artifact
org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325 in parallels (
http://webdefence.global.blackspider.com/urlwrap/?q=AXicHcy5DQIxEAXQL9GPxwGHIIKAeLUleC0DI40P7FlkCOiUiBYoAEH-9LDA8gM8X0CVu11NptWbiY7F56Q1i_E5oh_G43UYTna9tXYDzdFMLMJB946rcmh_dlEtOyLPhpOaR06BUuhzo98VktK55rk0Kq46kSCNAPQ38AXJyS3D&Z) -> [Help 1]

Our repository is just a proxy for maven central repo, and there is no such version in it:
https://mvnrepository.com/artifact/org.glassfish.jaxb/txw2

What have I missed?

My build environment:
[builder at imartynov-dev keycloak]$ java -version openjdk version "1.8.0_191"
OpenJDK Runtime Environment (build 1.8.0_191-b12) OpenJDK 64-Bit Server VM (build 25.191-b12, mixed mode) [builder at imartynov-dev keycloak]$ javac -version javac 1.8.0_191 [builder at imartynov-dev keycloak]$ mvn -version Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555;
2019-04-04T22:00:29+03:00)
Maven home: /usr/local/apache-maven/apache-maven-3.6.1
Java version: 1.8.0_191, vendor: Oracle Corporation, runtime:
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64/jre
Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-693.11.6.el7.x86_64", arch: "amd64",
family: "unix"
_______________________________________________
keycloak-user mailing list
keycloak-user at lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-user
Information in this email including any attachments may be privileged, confidential and is intended exclusively for the addressee. The views expressed may not be official policy, but the personal views of the originator. If you have received it in error, please notify the sender by return e-mail and delete it from your system. You should not reproduce, distribute, store, retransmit, use or disclose its contents to anyone.


This message has been scanned for malware by Websense. www.websense.com



More information about the keycloak-user mailing list