[richfaces-issues] [JBoss JIRA] (RF-13763) Update hornetq dependency in showcase

Pavel Slegr (JIRA) issues at jboss.org
Wed Aug 6 05:02:29 EDT 2014


    [ https://issues.jboss.org/browse/RF-13763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990649#comment-12990649 ] 

Pavel Slegr commented on RF-13763:
----------------------------------

oh, ok 

> 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)


More information about the richfaces-issues mailing list