mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
build scripts: exclude build-scripts-downloader from jps_build_script_dependencies_bootstrap library
it's already present in classpath in Groovy source form GitOrigin-RevId: c9e3f4c9e06a64d29b4e1f6202e00b6ed4a5d511
This commit is contained in:
committed by
intellij-monorepo-bot
parent
85c41dfadd
commit
f0c087f452
@@ -1,6 +1,11 @@
|
||||
<component name="libraryTable">
|
||||
<library name="jps-build-script-dependencies-bootstrap" type="repository">
|
||||
<properties maven-id="com.jetbrains.intellij.tools:jps-build-script-dependencies:213.2547" />
|
||||
<properties maven-id="com.jetbrains.intellij.tools:jps-build-script-dependencies:213.2547">
|
||||
<exclude>
|
||||
<dependency maven-id="com.jetbrains.intellij.platform:build-scripts-downloader" />
|
||||
<dependency maven-id="org.apache.commons:commons-compress" />
|
||||
</exclude>
|
||||
</properties>
|
||||
<CLASSES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/com/jetbrains/intellij/tools/jps-build-script-dependencies/213.2547/jps-build-script-dependencies-213.2547.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/com/jetbrains/intellij/tools/jps-build-standalone/213.2547/jps-build-standalone-213.2547.jar!/" />
|
||||
@@ -113,8 +118,6 @@
|
||||
<root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/com/jetbrains/intellij/devkit/devkit-jps/213.2547/devkit-jps-213.2547.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/com/jetbrains/intellij/platform/build-scripts-downloader/213.2547/build-scripts-downloader-213.2547.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/com/jetbrains/intellij/space/space-java-jps/213.2547/space-java-jps-213.2547.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/com/jetbrains/intellij/platform/util-zip/213.2547/util-zip-213.2547.jar!/" />
|
||||
</CLASSES>
|
||||
|
||||
@@ -58,6 +58,7 @@
|
||||
<dependency coords="${jps.bootstrap.library.xml.component.library.properties(maven-id)}"/>
|
||||
<dependency coords="com.jetbrains.intellij.platform:test-framework-core:${jps.bootstrap.library.version}"/>
|
||||
<dependency coords="commons-cli:commons-cli:1.2"/>
|
||||
<dependency coords="org.apache.commons:commons-compress:1.21"/>
|
||||
<dependency coords="de.pdark:decentxml:1.4"/>
|
||||
</resolver:dependencies>
|
||||
<resolver:path refid="classpath.buildscripts" classpath="runtime"/>
|
||||
|
||||
Reference in New Issue
Block a user