Skip to content

Commit

Permalink
Updated Derby to 10.10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesde committed Jul 28, 2013
1 parent fa6b97a commit 7574285
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ New Features:
- Updated Gradle build files to work with Gradle 1.6 (may not work with
earlier versions)
- Updated Apache Camel to 2.11.1, Apache Commons Validator to 1.4.0,
ehcache to 2.7.2, Groovy to 2.1.6, Quartz Scheduler to 2.1.7
Apache Derby to 10.10.1.1, ehcache to 2.7.2, Groovy to 2.1.6,
Quartz Scheduler to 2.1.7
- Added ElasticSearch 0.90.2 and Lucene 4.3.1 ElasticSearch files are under
runtime/elasticsearch and it is initialized and destroyed with the rest
of the framework
Expand Down
2 changes: 1 addition & 1 deletion framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ dependencies {
runtime name: 'commons-httpclient', version: '3.1' // Apache 2.0
*/

runtime name: 'derby', version: '10.9.1.0' // Apache 2.0
runtime name: 'derby', version: '10.10.1.1' // Apache 2.0
runtime name: 'jakarta-oro', version: '2.0.8' // Apache 2.0
runtime name: 'shiro-ehcache', version: '1.2.1' // Apache 2.0
runtime name: 'shiro-quartz', version: '1.2.1' // Apache 2.0
Expand Down
Binary file added framework/lib/derby-10.10.1.1.jar
Binary file not shown.
Binary file removed framework/lib/derby-10.9.1.0.jar
Binary file not shown.

0 comments on commit 7574285

Please sign in to comment.