mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
drop jsch 0.1.155 from settingsRepository. This addresses IJPL-156591
GitOrigin-RevId: 016bad9d77ed655e9be3101c2237c0b596499495
This commit is contained in:
committed by
intellij-monorepo-bot
parent
92ff93f5ba
commit
04af11e460
@@ -828,8 +828,6 @@ object CommunityLibraryLicenses {
|
|||||||
.mit("https://github.com/jruby/joni/blob/master/LICENSE"),
|
.mit("https://github.com/jruby/joni/blob/master/LICENSE"),
|
||||||
LibraryLicense(name = "jps-javac-extension", libraryName = "jps-javac-extension", url = "https://github.com/JetBrains/jps-javac-extension/")
|
LibraryLicense(name = "jps-javac-extension", libraryName = "jps-javac-extension", url = "https://github.com/JetBrains/jps-javac-extension/")
|
||||||
.apache("https://github.com/JetBrains/jps-javac-extension/blob/master/LICENSE.txt"),
|
.apache("https://github.com/JetBrains/jps-javac-extension/blob/master/LICENSE.txt"),
|
||||||
LibraryLicense(libraryName = "JSch", url = "http://www.jcraft.com/jsch/").newBsd("http://www.jcraft.com/jsch/LICENSE.txt")
|
|
||||||
.suppliedByPersons("Atsuhiko Yamanaka"),
|
|
||||||
LibraryLicense(name = "jsch", libraryName = "eclipse.jgit.ssh.jsch", url = "http://www.jcraft.com/jsch/")
|
LibraryLicense(name = "jsch", libraryName = "eclipse.jgit.ssh.jsch", url = "http://www.jcraft.com/jsch/")
|
||||||
.newBsd("http://www.jcraft.com/jsch/LICENSE.txt")
|
.newBsd("http://www.jcraft.com/jsch/LICENSE.txt")
|
||||||
.suppliedByPersons("Atsuhiko Yamanaka"),
|
.suppliedByPersons("Atsuhiko Yamanaka"),
|
||||||
|
|||||||
@@ -33,24 +33,6 @@
|
|||||||
</orderEntry>
|
</orderEntry>
|
||||||
<orderEntry type="module" module-name="intellij.platform.vcs.impl" />
|
<orderEntry type="module" module-name="intellij.platform.vcs.impl" />
|
||||||
<orderEntry type="module" module-name="intellij.platform.projectModel.impl" />
|
<orderEntry type="module" module-name="intellij.platform.projectModel.impl" />
|
||||||
<orderEntry type="module-library" exported="">
|
|
||||||
<library name="JSch" type="repository">
|
|
||||||
<properties include-transitive-deps="false" maven-id="com.jcraft:jsch:0.1.55">
|
|
||||||
<verification>
|
|
||||||
<artifact url="file://$MAVEN_REPOSITORY$/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar">
|
|
||||||
<sha256sum>d492b15a6d2ea3f1cc39c422c953c40c12289073dbe8360d98c0f6f9ec74fc44</sha256sum>
|
|
||||||
</artifact>
|
|
||||||
</verification>
|
|
||||||
</properties>
|
|
||||||
<CLASSES>
|
|
||||||
<root url="jar://$MAVEN_REPOSITORY$/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar!/" />
|
|
||||||
</CLASSES>
|
|
||||||
<JAVADOC />
|
|
||||||
<SOURCES>
|
|
||||||
<root url="jar://$MAVEN_REPOSITORY$/com/jcraft/jsch/0.1.55/jsch-0.1.55-sources.jar!/" />
|
|
||||||
</SOURCES>
|
|
||||||
</library>
|
|
||||||
</orderEntry>
|
|
||||||
<orderEntry type="library" exported="" name="jzlib" level="project" />
|
<orderEntry type="library" exported="" name="jzlib" level="project" />
|
||||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||||
<orderEntry type="library" name="slf4j-api" level="project" />
|
<orderEntry type="library" name="slf4j-api" level="project" />
|
||||||
|
|||||||
@@ -9,6 +9,4 @@
|
|||||||
- name: intellij.settingsRepository
|
- name: intellij.settingsRepository
|
||||||
libraries:
|
libraries:
|
||||||
eclipse.jgit.ssh.jsch:
|
eclipse.jgit.ssh.jsch:
|
||||||
- name: $MAVEN_REPOSITORY$/org/eclipse/jgit/org.eclipse.jgit.ssh.jsch/6/org.eclipse.jgit.ssh.jsch-6.jar
|
- name: $MAVEN_REPOSITORY$/org/eclipse/jgit/org.eclipse.jgit.ssh.jsch/6/org.eclipse.jgit.ssh.jsch-6.jar
|
||||||
JSch:
|
|
||||||
- name: $MAVEN_REPOSITORY$/com/jcraft/jsch/0/jsch-0.jar
|
|
||||||
Reference in New Issue
Block a user