Skip to content

Commit

Permalink
Resolves broken build due to ModeShape 3 -> 4 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Aug 13, 2014
1 parent 98923cc commit e9d7794
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fcrepo-auth-roles-basic/src/test/resources/repository.json
Expand Up @@ -8,11 +8,11 @@
},
"storage" : {
"cacheName" : "FedoraRepository",
"cacheConfiguration" : "${fcrepo.infinispan.cache_configuration:config/infinispan/leveldb/infinispan.xml}",
"cacheConfiguration" : "${fcrepo.infinispan.cache_configuration:config/infinispan/leveldb-default/infinispan.xml}",
"binaryStorage" : {
"type" : "cache",
"dataCacheName" : "FedoraRepositoryBinaryData",
"metadataCacheName" : "FedoraRepositoryMetaData"
"type" : "file",
"directory" : "${fcrepo.binary-store-path:target/binaries}",
"minimumBinarySizeInBytes" : 4096
}
},
"security" : {
Expand Down

0 comments on commit e9d7794

Please sign in to comment.