[richfaces-issues] [JBoss JIRA] (RF-13754) Showcase - remove dependencies for JMS push example

Juraj Húska (JIRA) issues at jboss.org
Mon Aug 4 04:48:29 EDT 2014


Juraj Húska created RF-13754:
--------------------------------

             Summary: 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


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.



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)



More information about the richfaces-issues mailing list