Skip to content

Commit

Permalink
Merge pull request #170 from evanchooly/master
Browse files Browse the repository at this point in the history
add a dependency to core runtime
  • Loading branch information
stuartwdouglas committed Dec 3, 2018
2 parents 6e54722 + 25e5482 commit c414e24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/runtime/pom.xml
Expand Up @@ -66,6 +66,10 @@
<groupId>com.oracle.substratevm</groupId>
<artifactId>svm</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.logmanager</groupId>
<artifactId>jboss-logmanager-embedded</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit c414e24

Please sign in to comment.