]
Brian Leathem updated RF-13754:
-------------------------------
Fix Version/s: 4.5.0.Beta1
Showcase - remove dependencies for JMS push example
---------------------------------------------------
Key: RF-13754
URL:
https://issues.jboss.org/browse/RF-13754
Project: RichFaces
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Components: showcase
Affects Versions: 4.5.0.Alpha3
Reporter: Juraj Húska
Fix For: 4.5.0.Beta1
The JMS example is not used anymore in the Showcase. But there are still dependencies
needed to run it on AS 7 and AS 6.
The problem is that particularly, dependency:
{code:xml}
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-controller-client</artifactId>
<scope>provided</scope>
</dependency>
{code}
is blocking start of Wildfly 8.1.Final when running integration tests.
Because 4.5.x will not run on AS 7 and below anymore, and because JMS example is
deprecated in Showcase (we are using instead Push examples) I would remove these
dependencies altogether.