IDEA-278665 Read only attach does not work with jdk 17 - update sa-jdwp to 1.20

GitOrigin-RevId: ed53bb3fcc1da1880f2d5bdf98fa4a250f9f1679
This commit is contained in:
Egor Ushakov
2021-09-21 15:38:48 +03:00
committed by intellij-monorepo-bot
parent b8324ff36d
commit bd0e8f4918

View File

@@ -24,13 +24,13 @@
<orderEntry type="module" module-name="intellij.java.debugger.memory.agent" />
<orderEntry type="module-library">
<library name="sa-jdwp" type="repository">
<properties maven-id="org.jetbrains.intellij.deps:sa-jdwp:1.19" />
<properties maven-id="org.jetbrains.intellij.deps:sa-jdwp:1.20" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/sa-jdwp/1.19/sa-jdwp-1.19.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/sa-jdwp/1.20/sa-jdwp-1.20.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/sa-jdwp/1.19/sa-jdwp-1.19-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/sa-jdwp/1.20/sa-jdwp-1.20-sources.jar!/" />
</SOURCES>
</library>
</orderEntry>