Skip to content

Commit

Permalink
#155 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 13, 2020
1 parent 318a718 commit 2dea362
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eo-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ SOFTWARE.
<artifactId>eo-compiler</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eolang</groupId>
<artifactId>eo-runtime</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
Expand Down

0 comments on commit 2dea362

Please sign in to comment.