fix CommunityProjectConsistencyTest

GitOrigin-RevId: 51aa1fda53e9813e678f7af28adca0611d929623
This commit is contained in:
Aleksandr Krasilnikov
2020-06-09 19:59:22 +03:00
committed by intellij-monorepo-bot
parent af14886267
commit 8e931bec94
+33
View File
@@ -0,0 +1,33 @@
<component name="libraryTable">
<library name="ktor-websockets" type="repository">
<properties maven-id="io.ktor:ktor-websockets:1.3.1">
<exclude>
<dependency maven-id="org.jetbrains.kotlinx:kotlinx-coroutines-core-common" />
<dependency maven-id="org.jetbrains.kotlinx:kotlinx-coroutines-core" />
<dependency maven-id="org.jetbrains.kotlinx:kotlinx-coroutines-jdk8" />
<dependency maven-id="org.slf4j:slf4j-api" />
<dependency maven-id="org.jetbrains:annotations" />
<dependency maven-id="org.jetbrains.kotlin:kotlin-reflect" />
<dependency maven-id="org.jetbrains.kotlin:kotlin-stdlib-common" />
<dependency maven-id="org.jetbrains.kotlin:kotlin-stdlib-jdk7" />
<dependency maven-id="org.jetbrains.kotlin:kotlin-stdlib-jdk8" />
<dependency maven-id="org.jetbrains.kotlin:kotlin-stdlib" />
<dependency maven-id="com.typesafe:config" />
<dependency maven-id="io.ktor:ktor-http-cio-jvm" />
<dependency maven-id="io.ktor:ktor-http-jvm" />
<dependency maven-id="io.ktor:ktor-io-jvm" />
<dependency maven-id="io.ktor:ktor-network" />
<dependency maven-id="io.ktor:ktor-server-core" />
<dependency maven-id="io.ktor:ktor-utils-jvm" />
<dependency maven-id="org.jetbrains.kotlinx:atomicfu" />
</exclude>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/io/ktor/ktor-websockets/1.3.1/ktor-websockets-1.3.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/io/ktor/ktor-websockets/1.3.1/ktor-websockets-1.3.1-sources.jar!/" />
</SOURCES>
</library>
</component>