You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/04/05 17:42:25 UTC

svn commit: r1309902 - /commons/proper/digester/trunk/annotations-processor/pom.xml

Author: simonetripodi
Date: Thu Apr  5 15:42:25 2012
New Revision: 1309902

URL: http://svn.apache.org/viewvc?rev=1309902&view=rev
Log:
added codemodel dependency, to generate Java source code

Modified:
    commons/proper/digester/trunk/annotations-processor/pom.xml

Modified: commons/proper/digester/trunk/annotations-processor/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/annotations-processor/pom.xml?rev=1309902&r1=1309901&r2=1309902&view=diff
==============================================================================
--- commons/proper/digester/trunk/annotations-processor/pom.xml (original)
+++ commons/proper/digester/trunk/annotations-processor/pom.xml Thu Apr  5 15:42:25 2012
@@ -41,6 +41,11 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
+      <groupId>com.sun.codemodel</groupId>
+      <artifactId>codemodel</artifactId>
+      <version>2.6</version>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>4.10</version>