]
Tom Jenkinson reassigned JBTM-3036:
-----------------------------------
Assignee: Michael Musgrove
flight-service quickstart fails to build due to dependency failure
------------------------------------------------------------------
Key: JBTM-3036
URL:
https://issues.jboss.org/browse/JBTM-3036
Project: JBoss Transaction Manager
Issue Type: Bug
Components: Build System
Affects Versions: 5.8.2.Final
Reporter: Phillip Rhodes
Assignee: Michael Musgrove
[INFO] REST-AT to JTA Bridge Quickstart: JPA .............. SUCCESS [ 14.800 s]
[INFO] REST-AT to JTA Bridge Quickstart: JMS .............. SUCCESS [ 0.587 s]
[INFO] Narayana Quickstarts: REST-AT with undertow ........ SUCCESS [ 7.526 s]
[INFO] RESTTX Quickstarts ................................. SUCCESS [ 0.000 s]
[INFO] LRA Quickstart flight-service ...................... FAILURE [ 47.077 s]
[INFO] LRA Quickstart hotel-service ....................... SKIPPED
[INFO] LRA Quickstart trip-controller ..................... SKIPPED
[INFO] LRA Quickstart trip-client ......................... SKIPPED
[INFO] Run the example locally ............................ SKIPPED
[INFO] RESTTX Quickstarts ................................. SKIPPED
[INFO] xts-demo-all ....................................... SKIPPED
[INFO] xts-demo-core ...................................... SKIPPED
[INFO] xts-demo-webservices ............................... SKIPPED
[INFO] xts-demo-war ....................................... SKIPPED
[INFO] xts-demo-ear ....................................... SKIPPED
[INFO] xts-demo-test ...................................... SKIPPED
[INFO] JBoss Narayana Quickstarts: Simple WS-AT Web service, bridged to and from JTA.
Bridges three servers SKIPPED
[INFO] JBoss Narayana Quickstarts: Simple WS-AT Web service, bridged to and from JTA.
Bridges three servers where one
service invokes another SKIPPED
[INFO] XTS Examples ....................................... SKIPPED
[INFO] XTS over SSL Quickstart ............................ SKIPPED
[INFO] setCheckedActionFactoryExample ..................... SKIPPED
[INFO] optimistic ......................................... SKIPPED
[INFO] pessimistic ........................................ SKIPPED
[INFO] stm-jta ............................................ SKIPPED
[INFO] JBoss Core Examples ................................ SKIPPED
[INFO] narayana-quickstarts-all ........................... SKIPPED
[INFO] jts-docker ......................................... SKIPPED
[INFO] Narayana Quickstarts: JBTM and OSGI ................ SKIPPED
[INFO] Narayana Quickstart: Standalone JTA 1.2 and Hibernate Quickstart SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:05 min
[INFO] Finished at: 2018-06-20T17:19:36Z
[INFO] Final Memory: 145M/738M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project flight-service: Could not resolve dependencies
for project org.jboss.narayan
a.quickstart.rts.lra:flight-service:war:5.8.2.Final: Could not find artifact
org.eclipse.microprofile.lra:microprofile
-lra-api:jar:1.0-SNAPSHOT in jboss-public-repository-group
(
https://repository.jboss.org/nexus/content/groups/public/)
-> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the
following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionExce...
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :flight-service