Skip to content

Commit c00b2a4

Browse files
authored
Merge pull request #96 from bshtv/add-explicit-logger-dependencies
kotlin-scripting-dependencies-maven-all restored, slf4j dependencies added
2 parents 8bbbae5 + 09072c8 commit c00b2a4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

ki-shell/pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</dependency>
6060
<dependency>
6161
<groupId>org.jetbrains.kotlin</groupId>
62-
<artifactId>kotlin-scripting-dependencies-maven</artifactId>
62+
<artifactId>kotlin-scripting-dependencies-maven-all</artifactId>
6363
<version>${kotlin.version}</version>
6464
</dependency>
6565
<dependency>
@@ -87,6 +87,16 @@
8787
<artifactId>antlr4-runtime</artifactId>
8888
<version>4.8-1</version>
8989
</dependency>
90+
<dependency>
91+
<groupId>org.slf4j</groupId>
92+
<artifactId>slf4j-api</artifactId>
93+
<version>1.7.33</version>
94+
</dependency>
95+
<dependency>
96+
<groupId>org.slf4j</groupId>
97+
<artifactId>slf4j-simple</artifactId>
98+
<version>1.7.33</version>
99+
</dependency>
90100

91101
</dependencies>
92102

0 commit comments

Comments
 (0)