Changeset 30052
- Timestamp:
- 02/11/08 18:52:55 (10 months ago)
- Files:
-
- org.nuxeo.project.sample/trunk/pom.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
org.nuxeo.project.sample/trunk/pom.xml
r30005 r30052 36 36 <type>ejb</type> 37 37 </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 43 48 <dependency> 44 49 <!-- for the filemanager plugin -->
