[jboss-jira] [JBoss JIRA] Commented: (JBRULES-1612) WebDAV access to repository

Benjamin McMillan (JIRA) jira-events at lists.jboss.org
Mon May 19 14:17:06 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBRULES-1612?page=comments#action_12413256 ] 
            
Benjamin McMillan commented on JBRULES-1612:
--------------------------------------------

I had the misfortune of downloading the source a few hours after you committed those changes to trunk. Anyways, you're missing some maven deps for catalina and webdav. I apologize if this was already in the pipeline.

<dependency>
    <groupId>org.apache.tomcat</groupId>
    <artifactId>catalina</artifactId>
    <version>6.0.16</version>
</dependency> 
<dependency>
    <groupId>net.sf.webdav-servlet</groupId>
    <artifactId>webdav-servlet</artifactId>
    <version>1.2</version>
</dependency> 

> WebDAV access to repository
> ---------------------------
>
>                 Key: JBRULES-1612
>                 URL: http://jira.jboss.com/jira/browse/JBRULES-1612
>             Project: JBoss Drools
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: drools-brms
>            Reporter: Michael Neale
>         Assigned To: Michael Neale
>             Fix For: 5.0.0-M1
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list