You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2012/04/09 18:51:45 UTC

svn commit: r1311319 - in /maven/doxia/doxia/trunk: doxia-core/pom.xml doxia-modules/doxia-module-markdown/pom.xml doxia-modules/doxia-module-rtf/pom.xml doxia-modules/doxia-module-twiki/pom.xml

Author: dennisl
Date: Mon Apr  9 16:51:45 2012
New Revision: 1311319

URL: http://svn.apache.org/viewvc?rev=1311319&view=rev
Log:
Add used but undeclared dependencies.

Modified:
    maven/doxia/doxia/trunk/doxia-core/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-markdown/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/pom.xml

Modified: maven/doxia/doxia/trunk/doxia-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-core/pom.xml?rev=1311319&r1=1311318&r2=1311319&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-core/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-core/pom.xml Mon Apr  9 16:51:45 2012
@@ -66,6 +66,11 @@ under the License.
       <artifactId>httpclient</artifactId>
       <version>4.0.2</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+      <version>4.0.1</version>
+    </dependency>
 
     <!-- test -->
   </dependencies>

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-markdown/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-markdown/pom.xml?rev=1311319&r1=1311318&r2=1311319&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-markdown/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-markdown/pom.xml Mon Apr  9 16:51:45 2012
@@ -57,6 +57,10 @@ under the License.
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-module-xhtml</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+    </dependency>
   </dependencies>
 
 </project>

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/pom.xml?rev=1311319&r1=1311318&r2=1311319&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/pom.xml Mon Apr  9 16:51:45 2012
@@ -46,5 +46,10 @@ under the License.
       <version>${projectVersion}</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 </project>
\ No newline at end of file

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/pom.xml?rev=1311319&r1=1311318&r2=1311319&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/pom.xml Mon Apr  9 16:51:45 2012
@@ -57,4 +57,11 @@ under the License.
       </roles>
     </contributor>
   </contributors>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+    </dependency>
+  </dependencies>
 </project>