Add test scope to kotlin-test for protobuf-kotlin-lite

pull/9518/head
Alex Vanyo 3 years ago committed by GitHub
parent b0bf163c78
commit 97d78281de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      java/kotlin-lite/pom.xml

@ -59,6 +59,7 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test</artifactId>
<version>${kotlin.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

Loading…
Cancel
Save