diff --git a/.idea/libraries/Snappy_Java.xml b/.idea/libraries/Snappy_Java.xml index 5074887332c1..d26fab181638 100644 --- a/.idea/libraries/Snappy_Java.xml +++ b/.idea/libraries/Snappy_Java.xml @@ -1,11 +1,11 @@ - + - + \ No newline at end of file diff --git a/build/scripts/layouts.gant b/build/scripts/layouts.gant index 61c540199c6f..926607fd43a3 100644 --- a/build/scripts/layouts.gant +++ b/build/scripts/layouts.gant @@ -839,7 +839,7 @@ def layout_core(String home, String target) { include(name: "asm.jar") include(name: "asm-commons.jar") include(name: "cli-parser-1.1.jar") - include(name: "snappy-in-java-0.3.jar") + include(name: "snappy-in-java-0.3.1.jar") include(name: "jayatana-1.2.4.jar") } } diff --git a/build/scripts/libLicenses.gant b/build/scripts/libLicenses.gant index c0c0de19bafa..f0585f1b572a 100644 --- a/build/scripts/libLicenses.gant +++ b/build/scripts/libLicenses.gant @@ -258,7 +258,7 @@ libraryLicense(name: "YourKit Java Profiler", libraryName: "yjp-controller-api-r libraryLicense(name: "protobuf", version: "2.5.0", license: "New BSD", url: "http://code.google.com/p/protobuf/", licenseUrl: "http://code.google.com/p/protobuf/source/browse/trunk/COPYING.txt?r=367") libraryLicense(name: "Netty", libraryName: "Netty", version: "4.1.0.Beta3", license: "Apache 2.0", url: "http://netty.io", licenseUrl: "http://www.apache.org/licenses/LICENSE-2.0") libraryLicense(name: "Kryo", libraryName: "Kryo", version: "2.22", license: "New BSD License", url: "https://github.com/EsotericSoftware/kryo", licenseUrl: "https://github.com/EsotericSoftware/kryo/blob/master/license.txt") -libraryLicense(name: "Snappy-Java", libraryName: "Snappy-Java", version: "0.3", license: "Apache 2.0", url: "https://github.com/dain/snappy", licenseUrl: "http://www.apache.org/licenses/LICENSE-2.0") +libraryLicense(name: "Snappy-Java", libraryName: "Snappy-Java", version: "0.3.1", license: "Apache 2.0", url: "https://github.com/dain/snappy", licenseUrl: "http://www.apache.org/licenses/LICENSE-2.0") libraryLicense(name: "Cucumber-Java", libraryName: "cucumber-java", version: "1.0.14", license: "MIT License", url: "https://github.com/cucumber/cucumber-jvm/", licenseUrl: "http://www.opensource.org/licenses/mit-license.html") libraryLicense(name: "Cucumber-JVM", libraryName: "cucumber-jvm", version: "1.0.14", license: "MIT License", url: "https://github.com/cucumber/cucumber-jvm/", licenseUrl: "http://www.opensource.org/licenses/mit-license.html") libraryLicense(name: "Cucumber-Groovy", libraryName: "cucumber-groovy", version: "1.0.14", license: "MIT License", url: "https://github.com/cucumber/cucumber-jvm/", licenseUrl: "http://www.opensource.org/licenses/mit-license.html") diff --git a/lib/required_for_dist.txt b/lib/required_for_dist.txt index 6525fb9804d5..0f5cce6aa05d 100644 --- a/lib/required_for_dist.txt +++ b/lib/required_for_dist.txt @@ -59,7 +59,7 @@ resolver.jar rhino-js-1_7R4.jar sanselan-0.98-snapshot.jar serviceMessages.jar -snappy-in-java-0.3.jar +snappy-in-java-0.3.1.jar swingx-core-1.6.2.jar trove4j.jar velocity.jar diff --git a/lib/snappy-in-java-0.3.jar b/lib/snappy-in-java-0.3.1.jar similarity index 89% rename from lib/snappy-in-java-0.3.jar rename to lib/snappy-in-java-0.3.1.jar index 43b49271fa96..ad80042df98b 100644 Binary files a/lib/snappy-in-java-0.3.jar and b/lib/snappy-in-java-0.3.1.jar differ diff --git a/lib/src/snappy-in-java-0.3-src.jar b/lib/src/snappy-in-java-0.3-src.jar deleted file mode 100644 index 9333e7950d43..000000000000 Binary files a/lib/src/snappy-in-java-0.3-src.jar and /dev/null differ diff --git a/lib/src/snappy-in-java-0.3.1-src.jar b/lib/src/snappy-in-java-0.3.1-src.jar new file mode 100644 index 000000000000..f7d3ebd33bbd Binary files /dev/null and b/lib/src/snappy-in-java-0.3.1-src.jar differ