We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bbbae5 + 09072c8 commit c00b2a4Copy full SHA for c00b2a4
ki-shell/pom.xml
@@ -59,7 +59,7 @@
59
</dependency>
60
<dependency>
61
<groupId>org.jetbrains.kotlin</groupId>
62
- <artifactId>kotlin-scripting-dependencies-maven</artifactId>
+ <artifactId>kotlin-scripting-dependencies-maven-all</artifactId>
63
<version>${kotlin.version}</version>
64
65
@@ -87,6 +87,16 @@
87
<artifactId>antlr4-runtime</artifactId>
88
<version>4.8-1</version>
89
90
+ <dependency>
91
+ <groupId>org.slf4j</groupId>
92
+ <artifactId>slf4j-api</artifactId>
93
+ <version>1.7.33</version>
94
+ </dependency>
95
96
97
+ <artifactId>slf4j-simple</artifactId>
98
99
100
101
</dependencies>
102
0 commit comments