Author: painter
Date: Wed Oct  3 15:05:33 2018
New Revision: 1842730

URL: http://svn.apache.org/viewvc?rev=1842730&view=rev
Log:
Updated EHCache, removed one of the test case failure, 1 error and 1 failure 
remains

Modified:
    turbine/fulcrum/trunk/cache/pom.xml

Modified: turbine/fulcrum/trunk/cache/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/cache/pom.xml?rev=1842730&r1=1842729&r2=1842730&view=diff
==============================================================================
--- turbine/fulcrum/trunk/cache/pom.xml (original)
+++ turbine/fulcrum/trunk/cache/pom.xml Wed Oct  3 15:05:33 2018
@@ -63,29 +63,28 @@
       <artifactId>avalon-framework-api</artifactId>
       <version>4.3.1</version>
     </dependency>
-    <dependency>
-      <groupId>net.sf.ehcache</groupId>
-      <artifactId>ehcache</artifactId>
-      <version>2.9.0</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-jcs-core</artifactId>
-      <version>2.0-beta-1</version>
-      <optional>true</optional>
-    </dependency>
+       <dependency>
+           <groupId>net.sf.ehcache</groupId>
+           <artifactId>ehcache</artifactId>
+           <version>2.10.5</version>
+       </dependency>
+       <dependency>
+           <groupId>org.apache.tomee.patch</groupId>
+           <artifactId>commons-jcs-core</artifactId>
+           <version>2.0-M1</version>
+               <optional>true</optional>
+       </dependency>
     <!-- testing dependencies -->
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
       <artifactId>fulcrum-testcontainer</artifactId>
-      <version>1.0.6</version>
+      <version>1.0.8-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
       <artifactId>fulcrum-yaafi</artifactId>
-      <version>1.0.6</version>
+      <version>1.0.8-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
@@ -107,6 +106,16 @@
           </additionalClasspathElements>
         </configuration>
       </plugin>
+      <plugin>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>2.5.1</version>
+          <configuration>
+              <source>${maven.compile.source}</source>
+              <target>${maven.compile.target}</target>
+              <encoding>${project.build.sourceEncoding}</encoding>
+          </configuration>
+      </plugin>
+      
     </plugins>
     <sourceDirectory>${basedir}/src/java</sourceDirectory>
     <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
@@ -114,6 +123,9 @@
 
   <properties>
     <turbine.site.path>fulcrum/fulcrum-cache</turbine.site.path>
-  </properties>  
+    <maven.compile.source>1.8</maven.compile.source>
+    <maven.compile.target>1.8</maven.compile.target>
+  </properties>
+
        
 </project>
\ No newline at end of file


Reply via email to