You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2006/04/16 18:46:02 UTC

svn commit: r394506 - /cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-impl/pom.xml

Author: antonio
Date: Sun Apr 16 09:46:01 2006
New Revision: 394506

URL: http://svn.apache.org/viewcvs?rev=394506&view=rev
Log:
Use cocoon-core-test for testing.

Modified:
    cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-impl/pom.xml

Modified: cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-impl/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-impl/pom.xml?rev=394506&r1=394505&r2=394506&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-impl/pom.xml Sun Apr 16 09:46:01 2006
@@ -29,7 +29,7 @@
   <artifactId>cocoon-scratchpad-impl</artifactId>
   <version>1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
-  <name>scratchpad Block Implementation</name>
+  <name>Scratchpad Block Implementation</name>
   <description/>
   <dependencies>
     <dependency>
@@ -78,8 +78,16 @@
       <version>2.1</version>
       <exclusions>
         <exclusion>
-          <artifactId>d-haven-managed-pool</artifactId>
           <groupId>d-haven-managed-pool</groupId>
+          <artifactId>d-haven-managed-pool</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>geronimo-spec</groupId>
+          <artifactId>geronimo-spec-javamail</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>geronimo-spec</groupId>
+          <artifactId>geronimo-spec-jms</artifactId>
         </exclusion>
       </exclusions>
     </dependency>
@@ -93,13 +101,18 @@
       <artifactId>xml-apis</artifactId>
       <version>1.3.02</version>
     </dependency>
-<!-- 
     <dependency>
       <groupId>org.apache.cocoon</groupId>
-      <artifactId>cocoon-test-core</artifactId>
-      <version>2.2-SNAPSHOT</version>
+      <artifactId>cocoon-core</artifactId>
+      <version>2.2.0-SNAPSHOT</version>
+      <type>test-jar</type>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.0</version>
+      <scope>test</scope>
     </dependency>
- -->
   </dependencies>
   <build>
     <plugins>