mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
move snakeyaml to community and update to snakeyaml 1.17
This commit is contained in:
11
.idea/libraries/snakeyaml.xml
generated
Normal file
11
.idea/libraries/snakeyaml.xml
generated
Normal 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
BIN
lib/snakeyaml-1.17.jar
Normal file
Binary file not shown.
BIN
lib/src/snakeyaml-1.17-sources.jar
Normal file
BIN
lib/src/snakeyaml-1.17-sources.jar
Normal file
Binary file not shown.
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user