YARN-6996. Change javax.cache library implementation from JSR107 to Apache Geronimo. (Ray Chiang via Subru).

(cherry picked from commit 18f3603bce)
This commit is contained in:
Subru Krishnan 2017-08-14 11:10:00 -07:00 committed by Carlo Curino
parent 8220b19af7
commit 9ad067efe9
2 changed files with 5 additions and 5 deletions

View File

@ -88,7 +88,7 @@
<!-- Required for testing LDAP integration -->
<apacheds.version>2.0.0-M15</apacheds.version>
<jcache.version>1.0.0</jcache.version>
<jcache.version>1.0-alpha-1</jcache.version>
<ehcache.version>3.3.1</ehcache.version>
<hikari.version>2.4.12</hikari.version>
<mssql.version>6.2.1.jre7</mssql.version>
@ -1086,8 +1086,8 @@
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>javax.cache</groupId>
<artifactId>cache-api</artifactId>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jcache_1.0_spec</artifactId>
<version>${jcache.version}</version>
</dependency>
<dependency>

View File

@ -110,8 +110,8 @@
<artifactId>leveldbjni-all</artifactId>
</dependency>
<dependency>
<groupId>javax.cache</groupId>
<artifactId>cache-api</artifactId>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jcache_1.0_spec</artifactId>
</dependency>
<dependency>
<groupId>org.ehcache</groupId>