You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2014/06/24 02:37:50 UTC

svn commit: r1604980 - /commons/proper/jcs/trunk/pom.xml

Author: sebb
Date: Tue Jun 24 00:37:50 2014
New Revision: 1604980

URL: http://svn.apache.org/r1604980
Log:
Add note regarding class file version issue

Modified:
    commons/proper/jcs/trunk/pom.xml

Modified: commons/proper/jcs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1604980&r1=1604979&r2=1604980&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Tue Jun 24 00:37:50 2014
@@ -352,6 +352,7 @@
       </dependency>
 
       <dependency>
+        <!-- Unfortunately the 1.0 version of this jar was built for Java 1.7+ -->
         <groupId>javax.cache</groupId>
         <artifactId>test-domain</artifactId>
         <version>${jsr107.api.version}</version>