[ https://issues.jboss.org/browse/RF-13763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Leathem resolved RF-13763. -------------------------------- Fix Version/s: (was: 4.5.0.Beta1) Resolution: Out of Date Hornetq dependencies were removed with RF-13754. (please don't set the fixVersion when filing a jira, I'll set it when I review the issue) > Update hornetq dependency in showcase > ------------------------------------- > > Key: RF-13763 > URL: https://issues.jboss.org/browse/RF-13763 > Project: RichFaces > Issue Type: Task > Security Level: Public(Everyone can see) > Components: showcase > Affects Versions: 4.5.0.Alpha3 > Reporter: Pavel Slegr > > update hornetq into version 2.3.20 and replace dependencies similar as > following... > {code} > <dependency> > <groupId>org.hornetq</groupId> > <artifactId>hornetq-server</artifactId> > <scope>${dependency.scope}</scope> > <version>${org.hornetq.version}</version> > <exclusions> > <exclusion> > <artifactId>jgroups</artifactId> > <groupId>org.jgroups</groupId> > </exclusion> > <exclusion> > <artifactId>netty</artifactId> > <groupId>io.netty</groupId> > </exclusion> > </exclusions> > </dependency> > <dependency> > <groupId>org.hornetq</groupId> > <artifactId>hornetq-jms-server</artifactId> > <scope>${dependency.scope}</scope> > <version>${org.hornetq.version}</version> > <exclusions> > <exclusion> > <artifactId>jbossjts</artifactId> > <groupId>org.jboss.jbossts</groupId> > </exclusion> > <exclusion> > <groupId>org.jboss</groupId> > <artifactId>jboss-transaction-spi</artifactId> > </exclusion> > <exclusion> > <artifactId>jbossjts-jacorb</artifactId> > <groupId>org.jboss.jbossts</groupId> > </exclusion> > </exclusions> > </dependency> > {code} -- This message was sent by Atlassian JIRA (v6.2.6#6264) _______________________________________________ richfaces-issues mailing list richfaces-issues@lists.jboss.org https://lists.jboss.org/mailman/listinfo/richfaces-issues