Fix ST4 Snapshot dependency

This commit is contained in:
nxtstep 2018-11-14 23:31:20 +01:00
parent 11d601348e
commit 36621bda6d
Failed to extract signature
3 changed files with 3 additions and 2 deletions

View File

@ -206,3 +206,4 @@ YYYY/MM/DD, github id, Full name, email
2018/08/03, ENDOH takanao, djmchl@gmail.com
2018/10/29, chrisaycock, Christopher Aycock, chris[at]chrisaycock[dot]com
2018/11/12, vinoski, Steve Vinoski, vinoski@ieee.org
2018/11/14, nxtstep, Adriaan (Arjan) Duz, codewithadriaan[et]gmail[dot]com

View File

@ -26,7 +26,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>ST4</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -26,7 +26,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>ST4</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
<scope>test</scope>
</dependency>
<dependency>