Pavel Slegr created RF-13763: -------------------------------- Summary: 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 Fix For: 4.5.0.Beta1
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