Author: khmarbaise
Date: Sat Sep  6 12:46:03 2014
New Revision: 1622856

URL: http://svn.apache.org/r1622856
Log:
- Added TODO/FIXME comments in pom file.

Modified:
    maven/plugins/trunk/maven-dependency-plugin/pom.xml

Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?rev=1622856&r1=1622855&r2=1622856&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Sat Sep  6 12:46:03 2014
@@ -152,6 +152,7 @@ under the License.
     </dependency>
 
     <!-- plexus -->
+    <!-- TODO: Check for update to 2.4.4 -->
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
@@ -167,6 +168,7 @@ under the License.
       <artifactId>file-management</artifactId>
       <version>1.2.1</version>
     </dependency>
+    <!-- TODO: Check if we can remove this dependency. -->
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-container-default</artifactId>
@@ -179,6 +181,7 @@ under the License.
     </dependency>
 
     <!-- shared -->
+    <!-- FIXME: Before we can release we need either go down to 1.4 or release 
maven-shared component first. -->
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-dependency-analyzer</artifactId>


Reply via email to