Skip to content

Commit

Permalink
Attempt to include kotlin-stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Sep 20, 2022
1 parent 8e79011 commit b1c64c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions org.lflang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
<cleanupDaemonThreads>false</cleanupDaemonThreads> <!-- see https://bugs.eclipse.org/bugs/show_bug.cgi?id=475098#c3 -->
</configuration>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>${kotlinVersion}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-cli/commons-cli -->
<dependency>
<groupId>commons-cli</groupId>
Expand Down

0 comments on commit b1c64c2

Please # to comment.