You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2013/08/13 22:48:26 UTC

svn commit: r1513646 - /commons/sandbox/weaver/trunk/processor/pom.xml

Author: mbenson
Date: Tue Aug 13 20:48:26 2013
New Revision: 1513646

URL: http://svn.apache.org/r1513646
Log:
s/Privilizer/Weaver/; improve description; remove javassist

Modified:
    commons/sandbox/weaver/trunk/processor/pom.xml

Modified: commons/sandbox/weaver/trunk/processor/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/processor/pom.xml?rev=1513646&r1=1513645&r2=1513646&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/processor/pom.xml (original)
+++ commons/sandbox/weaver/trunk/processor/pom.xml Tue Aug 13 20:48:26 2013
@@ -26,10 +26,11 @@ under the License.
   </parent>
 
   <artifactId>commons-weaver</artifactId>
-  <name>Commons Privilizer Core</name>
+  <name>Commons Weaver Processor</name>
   <description>
-    Defines the Weaver SPI as well as the processor, whose job is
-    to detect, configure, and invoke available weaver modules.
+    Defines the Commons Weaver SPI as well as the basic build-time
+    (filesystem-based) processors that detect, configure, and invoke
+    available modules.
   </description>
 
   <dependencies>
@@ -42,11 +43,6 @@ under the License.
       <artifactId>commons-lang3</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.javassist</groupId>
-      <artifactId>javassist</artifactId>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>