mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[tbx] fix NCD when calling getProcessList() from the ProcessUtils in the ide starter
GitOrigin-RevId: 6e056bdb156581e79f6c05d36a537679ed7ce17b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ca9b519ea7
commit
39c83ea4fa
@@ -46,7 +46,6 @@ jvm_library(
|
||||
"//platform/statistics",
|
||||
"//platform/execution-impl",
|
||||
"//platform/platform-impl/internal",
|
||||
"@lib//:performance_testing-github-oshi-core",
|
||||
"@lib//:opentelemetry",
|
||||
"@lib//:opentelemetry-semconv",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
@@ -66,6 +65,7 @@ jvm_library(
|
||||
"//plugins/performanceTesting/event-bus:tools-ide-starter-bus",
|
||||
"//platform/eel-provider",
|
||||
"@lib//:jbr-api",
|
||||
"@lib//:github-oshi-core",
|
||||
":libraries_cli-parser_provided",
|
||||
]
|
||||
)
|
||||
@@ -108,7 +108,6 @@ jvm_library(
|
||||
"//platform/statistics:statistics_test_lib",
|
||||
"//platform/execution-impl",
|
||||
"//platform/platform-impl/internal",
|
||||
"@lib//:performance_testing-github-oshi-core",
|
||||
"@lib//:opentelemetry",
|
||||
"@lib//:opentelemetry-semconv",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
@@ -132,6 +131,7 @@ jvm_library(
|
||||
"//plugins/performanceTesting/event-bus:tools-ide-starter-bus_test_lib",
|
||||
"//platform/eel-provider",
|
||||
"@lib//:jbr-api",
|
||||
"@lib//:github-oshi-core",
|
||||
]
|
||||
)
|
||||
### auto-generated section `build intellij.performanceTesting` end
|
||||
|
||||
@@ -38,29 +38,6 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.statistics" />
|
||||
<orderEntry type="module" module-name="intellij.platform.execution.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.internal" />
|
||||
<orderEntry type="module-library">
|
||||
<library name="github.oshi.core" type="repository">
|
||||
<properties maven-id="com.github.oshi:oshi-core:6.8.2">
|
||||
<verification>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/com/github/oshi/oshi-core/6.8.2/oshi-core-6.8.2.jar">
|
||||
<sha256sum>9403c2537ac0dd425e556dfc3434e5d9f9a9547312472f4c27b7ab2673e9e862</sha256sum>
|
||||
</artifact>
|
||||
</verification>
|
||||
<exclude>
|
||||
<dependency maven-id="net.java.dev.jna:jna-platform" />
|
||||
<dependency maven-id="net.java.dev.jna:jna" />
|
||||
<dependency maven-id="org.slf4j:slf4j-api" />
|
||||
</exclude>
|
||||
</properties>
|
||||
<CLASSES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/com/github/oshi/oshi-core/6.8.2/oshi-core-6.8.2.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/com/github/oshi/oshi-core/6.8.2/oshi-core-6.8.2-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</orderEntry>
|
||||
<orderEntry type="library" name="opentelemetry" level="project" />
|
||||
<orderEntry type="library" name="opentelemetry-semconv" level="project" />
|
||||
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
|
||||
@@ -80,5 +57,6 @@
|
||||
<orderEntry type="module" module-name="intellij.tools.ide.starter.bus" />
|
||||
<orderEntry type="module" module-name="intellij.platform.eel.provider" />
|
||||
<orderEntry type="library" name="jbr-api" level="project" />
|
||||
<orderEntry type="library" name="github.oshi.core" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -10,9 +10,9 @@
|
||||
reason: <- intellij.performanceTesting.remoteDriver
|
||||
- name: lib/github.oshi.core.jar
|
||||
library: github.oshi.core
|
||||
module: intellij.performanceTesting
|
||||
files:
|
||||
- name: $MAVEN_REPOSITORY$/com/github/oshi/oshi-core/6/oshi-core-6.jar
|
||||
reason: <- intellij.performanceTesting
|
||||
- name: lib/modules/intellij.performanceTesting.frontend.jar
|
||||
contentModules:
|
||||
- name: intellij.performanceTesting.frontend
|
||||
|
||||
Reference in New Issue
Block a user