You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ka...@apache.org on 2009/07/04 14:42:53 UTC

svn commit: r791115 - /directory/shared/trunk/client-api/pom.xml

Author: kayyagari
Date: Sat Jul  4 12:42:52 2009
New Revision: 791115

URL: http://svn.apache.org/viewvc?rev=791115&view=rev
Log:
o removed unused plugins
o added comons-pool as a dependency

Modified:
    directory/shared/trunk/client-api/pom.xml

Modified: directory/shared/trunk/client-api/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/client-api/pom.xml?rev=791115&r1=791114&r2=791115&view=diff
==============================================================================
--- directory/shared/trunk/client-api/pom.xml (original)
+++ directory/shared/trunk/client-api/pom.xml Sat Jul  4 12:42:52 2009
@@ -80,6 +80,12 @@
     </dependency>
     
     <dependency>
+      <groupId>commons-pool</groupId>
+      <artifactId>commons-pool</artifactId>
+      <version>1.5.1</version>
+    </dependency>
+   
+    <dependency>
       <groupId>org.apache.mina</groupId>
       <artifactId>mina-core</artifactId>
     </dependency>
@@ -88,34 +94,6 @@
   <build>
     <plugins>
       <plugin>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>generate-sources</phase>
-            <configuration />
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-
-      <!-- plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-antlr-plugin</artifactId>
-        <configuration>
-          <grammars>ACIItem.g ACIItemChecker.g schema-extension.g schema-qdstring.g schema-value.g schema.g subtree-specification.g SubtreeSpecificationChecker.g TriggerSpecification.g</grammars>
-        </configuration>
-        <executions>
-           <execution>
-              <goals>
-                 <goal>generate</goal>
-              </goals>
-           </execution>
-        </executions>
-      </plugin -->
-
-      <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <excludes>