move snakeyaml to community and update to snakeyaml 1.17

This commit is contained in:
Vladimir Krivosheev
2016-12-03 09:55:04 +01:00
parent 1f06d27688
commit 503302d157
4 changed files with 12 additions and 1 deletions

11
.idea/libraries/snakeyaml.xml generated Normal file
View File

@@ -0,0 +1,11 @@
<component name="libraryTable">
<library name="snakeyaml">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/snakeyaml-1.17.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/lib/src/snakeyaml-1.17-sources.jar!/" />
</SOURCES>
</library>
</component>

BIN
lib/snakeyaml-1.17.jar Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -334,7 +334,7 @@ class CommunityLibraryLicenses {
new LibraryLicense(name: "six.py", attachedTo: "python-helpers", version: "1.9.0", license: "MIT", url: "http://pythonhosted.org/six/"),
new LibraryLicense(name: "Slf4j", version: "1.7.10", license: "MIT License", url: "http://slf4j.org/",
licenseUrl: "http://slf4j.org/license.html"),
new LibraryLicense(name: "SnakeYAML", libraryName: "snakeyaml-1.13.jar", version: "1.13", license: "Apache 2.0",
new LibraryLicense(name: "SnakeYAML", libraryName: "snakeyaml", version: "1.17", license: "Apache 2.0",
licenseUrl: "http://www.apache.org/licenses/LICENSE-2.0", url: "https://bitbucket.org/asomov/snakeyaml"),
new LibraryLicense(name: "Snappy-Java", libraryName: "Snappy-Java", version: "0.5.1", license: "Apache 2.0",
url: "https://github.com/dain/snappy", licenseUrl: "http://www.apache.org/licenses/LICENSE-2.0"),