mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[deps] IJPL-177378 remove some dependencies to repair Kubernetes plugin
otherwise there are conflicts in loading classes from the `kotlinx-io-core-jvm` and `ktor-utils-jvm`
eg: io.ktor.utils.io.ByteChannel
io.ktor.utils.io.ByteReadChannel
kotlinx.io.Sink
GitOrigin-RevId: 31520b3c75294d9d43128a4af90d962507b96fa0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7faf775c39
commit
4a280acd7a
@@ -17,18 +17,6 @@
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/io/ktor/ktor-http-cio-jvm/3.0.3/ktor-http-cio-jvm-3.0.3.jar">
|
||||
<sha256sum>2574639ce266e33419ecbbb729c8f921274b2588ed1dfeb4aa87039115df0666</sha256sum>
|
||||
</artifact>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/io/ktor/ktor-network-jvm/3.0.3/ktor-network-jvm-3.0.3.jar">
|
||||
<sha256sum>c7c440822e0dcd90b3c794b17c85a50851cb92fa406693bd08d858141ecdc6c1</sha256sum>
|
||||
</artifact>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/io/ktor/ktor-io-jvm/3.0.3/ktor-io-jvm-3.0.3.jar">
|
||||
<sha256sum>587f6aa4a22daf484ebb84ee5513f1b898e0feeeac714bd2fe0dd2232f57ade5</sha256sum>
|
||||
</artifact>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/org/jetbrains/kotlinx/kotlinx-io-core-jvm/0.5.4/kotlinx-io-core-jvm-0.5.4.jar">
|
||||
<sha256sum>dc3587c12795af01231591c0ef09a4139dfca8113c2989273b96b958006853c3</sha256sum>
|
||||
</artifact>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/org/jetbrains/kotlinx/kotlinx-io-bytestring-jvm/0.5.4/kotlinx-io-bytestring-jvm-0.5.4.jar">
|
||||
<sha256sum>1fc96e19b445387dbc49183d0cc623c5a61bfa47c86cf81aaf5aff4845154fab</sha256sum>
|
||||
</artifact>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/io/ktor/ktor-network-tls-jvm/3.0.3/ktor-network-tls-jvm-3.0.3.jar">
|
||||
<sha256sum>65e9a916e918fc76dd72764d17235506190ec1ec92dd7a4633246b2db12579c8</sha256sum>
|
||||
</artifact>
|
||||
@@ -37,29 +25,23 @@
|
||||
<dependency maven-id="org.slf4j:slf4j-api" />
|
||||
<dependency maven-id="org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" />
|
||||
<dependency maven-id="io.ktor:ktor-client-core-jvm" />
|
||||
<dependency maven-id="io.ktor:ktor-utils-jvm" />
|
||||
<dependency maven-id="org.jetbrains.kotlin:kotlin-stdlib" />
|
||||
<dependency maven-id="io.ktor:ktor-network-jvm" />
|
||||
<dependency maven-id="io.ktor:ktor-http-jvm" />
|
||||
<dependency maven-id="io.ktor:ktor-io-jvm" />
|
||||
<dependency maven-id="org.jetbrains.kotlin:kotlin-stdlib" />
|
||||
<dependency maven-id="io.ktor:ktor-websockets-jvm" />
|
||||
<dependency maven-id="io.ktor:ktor-utils-jvm" />
|
||||
</exclude>
|
||||
</properties>
|
||||
<CLASSES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/io/ktor/ktor-client-cio-jvm/3.0.3/ktor-client-cio-jvm-3.0.3.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/io/ktor/ktor-http-cio-jvm/3.0.3/ktor-http-cio-jvm-3.0.3.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/io/ktor/ktor-network-jvm/3.0.3/ktor-network-jvm-3.0.3.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/io/ktor/ktor-io-jvm/3.0.3/ktor-io-jvm-3.0.3.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlinx/kotlinx-io-core-jvm/0.5.4/kotlinx-io-core-jvm-0.5.4.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlinx/kotlinx-io-bytestring-jvm/0.5.4/kotlinx-io-bytestring-jvm-0.5.4.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/io/ktor/ktor-network-tls-jvm/3.0.3/ktor-network-tls-jvm-3.0.3.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/io/ktor/ktor-client-cio-jvm/3.0.3/ktor-client-cio-jvm-3.0.3-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/io/ktor/ktor-http-cio-jvm/3.0.3/ktor-http-cio-jvm-3.0.3-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/io/ktor/ktor-network-jvm/3.0.3/ktor-network-jvm-3.0.3-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/io/ktor/ktor-io-jvm/3.0.3/ktor-io-jvm-3.0.3-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlinx/kotlinx-io-core-jvm/0.5.4/kotlinx-io-core-jvm-0.5.4-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlinx/kotlinx-io-bytestring-jvm/0.5.4/kotlinx-io-bytestring-jvm-0.5.4-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/io/ktor/ktor-network-tls-jvm/3.0.3/ktor-network-tls-jvm-3.0.3-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
|
||||
Reference in New Issue
Block a user