You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2007/05/29 04:30:52 UTC

svn commit: r542380 - /directory/apacheds/trunk/protocol-shared/pom.xml

Author: erodriguez
Date: Mon May 28 19:30:51 2007
New Revision: 542380

URL: http://svn.apache.org/viewvc?view=rev&rev=542380
Log:
Removed test and core deps from protocol-shared POM.

Modified:
    directory/apacheds/trunk/protocol-shared/pom.xml

Modified: directory/apacheds/trunk/protocol-shared/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/protocol-shared/pom.xml?view=diff&rev=542380&r1=542379&r2=542380
==============================================================================
--- directory/apacheds/trunk/protocol-shared/pom.xml (original)
+++ directory/apacheds/trunk/protocol-shared/pom.xml Mon May 28 19:30:51 2007
@@ -14,7 +14,7 @@
   </description>
 
   <name>ApacheDS Protocol Shared</name>
-  <packaging>jar</packaging>  
+  <packaging>jar</packaging>
 
   <dependencies>
     <dependency>
@@ -22,44 +22,6 @@
       <artifactId>nlog4j</artifactId>
       <scope>provided</scope>
     </dependency>
-
-    <!-- 
-         protocol-common seems to have abstract test cases that need
-         junit on the source class path os we cannot make junit dep
-         have test scope.
-    -->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>provided</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.directory.server</groupId>
-      <artifactId>apacheds-core</artifactId>
-      <version>${pom.version}</version>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.directory.server</groupId>
-      <artifactId>apacheds-schema-extras</artifactId>
-      <version>${pom.version}</version>
-    </dependency>
   </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>**/Abstract*</exclude>
-            <exclude>**/CatalogTest.java</exclude>
-            <exclude>**/TestUtils.java</exclude>
-            <exclude>**/KerberosTest.java</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
 
+</project>