mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
update pty4j to 0.8.4 and downgrade purejavacomm dependency to 0.0.11.1
Fixes hanging on Linux when reading pty and exception when reading pty on Mac (https://ea.jetbrains.com/browser/ea_problems/126926). https://github.com/JetBrains/pty4j/pull/63 https://github.com/JetBrains/pty4j/pull/61
This commit is contained in:
Generated
+3
-3
@@ -1,12 +1,12 @@
|
||||
<component name="libraryTable">
|
||||
<library name="pty4j" type="repository">
|
||||
<properties include-transitive-deps="false" maven-id="org.jetbrains.pty4j:pty4j:0.8.0" />
|
||||
<properties include-transitive-deps="false" maven-id="org.jetbrains.pty4j:pty4j:0.8.4" />
|
||||
<CLASSES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/pty4j/pty4j/0.8.0/pty4j-0.8.0.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/pty4j/pty4j/0.8.4/pty4j-0.8.4.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/pty4j/pty4j/0.8.0/pty4j-0.8.0-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/pty4j/pty4j/0.8.4/pty4j-0.8.4-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
||||
Generated
+3
-3
@@ -1,12 +1,12 @@
|
||||
<component name="libraryTable">
|
||||
<library name="purejavacomm" type="repository">
|
||||
<properties include-transitive-deps="false" maven-id="com.github.purejavacomm:purejavacomm:1.0.2.RELEASE" />
|
||||
<properties include-transitive-deps="false" maven-id="org.jetbrains.pty4j:purejavacomm:0.0.11.1" />
|
||||
<CLASSES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/com/github/purejavacomm/purejavacomm/1.0.2.RELEASE/purejavacomm-1.0.2.RELEASE.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/pty4j/purejavacomm/0.0.11.1/purejavacomm-0.0.11.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/com/github/purejavacomm/purejavacomm/1.0.2.RELEASE/purejavacomm-1.0.2.RELEASE-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/pty4j/purejavacomm/0.0.11.1/purejavacomm-0.0.11.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
||||
+2
-2
@@ -374,9 +374,9 @@ class CommunityLibraryLicenses {
|
||||
new LibraryLicense(name: "Proxy Vole", libraryName: "proxy-vole", version: "1.0.5", license: "Apache 2.0",
|
||||
url: "https://github.com/MarkusBernhardt/proxy-vole",
|
||||
licenseUrl: "https://github.com/MarkusBernhardt/proxy-vole/blob/master/LICENSE.md"),
|
||||
new LibraryLicense(name: "pty4j", libraryName: "pty4j", version: "0.7.9", license: "Eclipse Public License v1.0",
|
||||
new LibraryLicense(name: "pty4j", libraryName: "pty4j", version: "0.8.4", license: "Eclipse Public License v1.0",
|
||||
url: "https://github.com/JetBrains/pty4j"),
|
||||
new LibraryLicense(name: "PureJavaComm", libraryName: "purejavacomm", version: "1.0.2.RELEASE", license: "BSD",
|
||||
new LibraryLicense(name: "PureJavaComm", libraryName: "purejavacomm", version: "0.0.11.1", license: "BSD",
|
||||
url: "https://github.com/nyholku/purejavacomm"),
|
||||
new LibraryLicense(name: "pycodestyle.py", attachedTo: "intellij.python.helpers", version: "2.3.1", license: "MIT",
|
||||
url: "http://pycodestyle.readthedocs.io/"),
|
||||
|
||||
Reference in New Issue
Block a user