Changeset 30052

Show
Ignore:
Timestamp:
02/11/08 18:52:55 (10 months ago)
Author:
gracinet
Message:

Missing dependency

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • org.nuxeo.project.sample/trunk/pom.xml

    r30005 r30052  
    3636      <type>ejb</type> 
    3737    </dependency> 
    38         <dependency> 
    39                 <groupId>org.nuxeo.ecm.core</groupId> 
    40                 <artifactId>nuxeo-core-jcr-connector-test</artifactId> 
    41                 <scope>test</scope> 
    42         </dependency> 
     38    <dependency> 
     39      <groupId>org.nuxeo.ecm.core</groupId> 
     40      <artifactId>nuxeo-core-jcr-connector-test</artifactId> 
     41      <scope>test</scope> 
     42    </dependency> 
     43    <dependency> 
     44      <groupId>org.nuxeo.ecm.platform</groupId> 
     45      <artifactId>nuxeo-platform-workflow-jbpm-document-handlers</artifactId> 
     46    </dependency> 
     47       
    4348    <dependency> 
    4449      <!--  for the filemanager plugin -->