Missing artifact from public maven repositories for Fuse/AMQ patches.
Issue
- In a custom bundle, user have a dependency on
jaas.modulesin version2.4.0.redhat-620133with no dependency issue. - How to upgrade to
2.4.0.redhat-620143(as required byjboss-fuse-6.2.0.redhat-143-p1.zip) as below :-
<dependency>
<groupId>org.apache.karaf.jaas</groupId>
<artifactId>org.apache.karaf.jaas.modules</artifactId>
<version>2.4.0.redhat-620143</version>
<scope>provided</scope>
</dependency>
- User have a maven
Missing artifactissue as maven cannot find the artifact in the maven repositories neither could find2.4.0.redhat-620143in therepositorieslist defined inorg.ops4j.pax.url.mvn.cfgWhere is it published?
Environment
- Red Hat JBoss A-MQ
- 6.2.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.