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:
Leonid Shalupov
2021-09-25 17:43:50 +02:00
committed by intellij-monorepo-bot
parent 85c41dfadd
commit f0c087f452
2 changed files with 7 additions and 3 deletions

View File

@@ -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>

View File

@@ -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"/>