Use snakeyaml from maven instead of from intellij

As new-project-wizard-cli module is not bundled into the plugin jar
This commit is contained in:
Ilya Kirillov
2019-12-20 14:13:29 +03:00
parent 2adcb5dec4
commit 69e9ae94c6
@@ -8,7 +8,7 @@ dependencies {
compileOnly(project(":kotlin-reflect-api"))
implementation(project(":libraries:tools:new-project-wizard"))
compileOnly(intellijDep()) { includeJars("snakeyaml-1.24") }
implementation("org.yaml:snakeyaml:1.24")
testImplementation(projectTests(":compiler:tests-common"))
testImplementation(project(":kotlin-test:kotlin-test-junit"))