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

Remove override for karaf jaxb-api following upgrade to 4.2.7 #1069

Merged
merged 1 commit into from
Dec 1, 2019

Conversation

geomacy
Copy link
Contributor

@geomacy geomacy commented Dec 1, 2019

Following #1068 "Bumps karaf version to 4.2.7 (latest)" the Brooklyn build was
failing with the below error.

Seems we can now remove the override from 81edd72
as part of #1035 "Use dependencyManagement from Karaf as a bom".

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (default) on project rpm-packaging: Failed to resolve dependencies for one or more projects in the reactor. Reason: Missing:

[ERROR] ----------

[ERROR] 1) javax.xml.bind:jaxb-api:jar:2.3.2

[ERROR]

[ERROR]   Try downloading the file manually from the project website.

[ERROR]

[ERROR]   Then, install it using the command:

[ERROR]       mvn install:install-file -DgroupId=javax.xml.bind -DartifactId=jaxb-api -Dversion=2.3.2 -Dpackaging=jar -Dfile=/path/to/file

[ERROR]

[ERROR]   Alternatively, if you host your own repository you can deploy the file there:

[ERROR]       mvn deploy:deploy-file -DgroupId=javax.xml.bind -DartifactId=jaxb-api -Dversion=2.3.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

[ERROR]

[ERROR]   Path to dependency:

[ERROR]   	1) org.apache.brooklyn:rpm-packaging:pom:1.0.0-SNAPSHOT

[ERROR]   	2) org.apache.brooklyn:apache-brooklyn:zip:1.0.0-SNAPSHOT

[ERROR]   	3) org.apache.karaf.features:enterprise:xml:features:4.2.7

[ERROR]   	4) org.hibernate:hibernate-osgi:jar:5.4.2.Final

[ERROR]   	5) org.hibernate:hibernate-core:jar:5.4.2.Final

[ERROR]   	6) javax.xml.bind:jaxb-api:jar:2.3.2

[ERROR]

Following apache#1068 "Bumps karaf version to 4.2.7 (latest)" the Brooklyn build was
failing with the below error. Seems we can now remove the override from 81edd72
as part of apache#1035 "Use dependencyManagement from Karaf as a bom".

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (default) on project rpm-packaging: Failed to resolve dependencies for one or more projects in the reactor. Reason: Missing:

[ERROR] ----------

[ERROR] 1) javax.xml.bind:jaxb-api:jar:2.3.2

[ERROR]

[ERROR]   Try downloading the file manually from the project website.

[ERROR]

[ERROR]   Then, install it using the command:

[ERROR]       mvn install:install-file -DgroupId=javax.xml.bind -DartifactId=jaxb-api -Dversion=2.3.2 -Dpackaging=jar -Dfile=/path/to/file

[ERROR]

[ERROR]   Alternatively, if you host your own repository you can deploy the file there:

[ERROR]       mvn deploy:deploy-file -DgroupId=javax.xml.bind -DartifactId=jaxb-api -Dversion=2.3.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

[ERROR]

[ERROR]   Path to dependency:

[ERROR]   	1) org.apache.brooklyn:rpm-packaging:pom:1.0.0-SNAPSHOT

[ERROR]   	2) org.apache.brooklyn:apache-brooklyn:zip:1.0.0-SNAPSHOT

[ERROR]   	3) org.apache.karaf.features:enterprise:xml:features:4.2.7

[ERROR]   	4) org.hibernate:hibernate-osgi:jar:5.4.2.Final

[ERROR]   	5) org.hibernate:hibernate-core:jar:5.4.2.Final

[ERROR]   	6) javax.xml.bind:jaxb-api:jar:2.3.2

[ERROR]
@geomacy
Copy link
Contributor Author

geomacy commented Dec 1, 2019

@kemitix can you take a look at this?

@tbouron
Copy link
Member

tbouron commented Dec 1, 2019

@geomacy LGTM, let see if Jenkins is happy with that. If yes, happy merge!

@tbouron tbouron merged commit 894faf4 into apache:master Dec 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants