Files
openide/platform/execution-process-mediator/client/intellij.execution.process.mediator.client.iml
Vladimir Krivosheev 37958de495 IJPL-569 update grpc (0.59 -> 1.61.0)
GitOrigin-RevId: 04dc59996c6ad67475412ec52e96f49f6303121a
2024-01-28 17:23:15 +00:00

46 lines
2.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/testSrc" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
<orderEntry type="library" name="Guava" level="project" />
<orderEntry type="library" name="protobuf" level="project" />
<orderEntry type="library" name="grpc-core" level="project" />
<orderEntry type="library" name="grpc-stub" level="project" />
<orderEntry type="library" name="grpc-protobuf" level="project" />
<orderEntry type="library" name="grpc-kotlin-stub" level="project" />
<orderEntry type="module" module-name="intellij.execution.process.mediator.daemon" />
<orderEntry type="module" module-name="intellij.execution.process.mediator.common" />
<orderEntry type="module" module-name="intellij.platform.util" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
<orderEntry type="library" scope="TEST" name="JUnit5" level="project" />
<orderEntry type="library" scope="TEST" name="jetbrains-annotations" level="project" />
<orderEntry type="module-library">
<library name="grpc-inprocess" type="repository">
<properties include-transitive-deps="false" maven-id="io.grpc:grpc-inprocess:1.61.0">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/io/grpc/grpc-inprocess/1.61.0/grpc-inprocess-1.61.0.jar">
<sha256sum>2e12b260d8ef51bd0bd1ce6034b832dae8d93fdafb34788a404a3a2da495111c</sha256sum>
</artifact>
</verification>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-inprocess/1.61.0/grpc-inprocess-1.61.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-inprocess/1.61.0/grpc-inprocess-1.61.0-sources.jar!/" />
</SOURCES>
</library>
</orderEntry>
</component>
</module>