Skip to content

Commit

Permalink
Added antlr to dependency management and prism-impl
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
  • Loading branch information
tonydamage committed Dec 9, 2020
1 parent 5307e3b commit 24e042d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 0 additions & 1 deletion infra/axiom/pom.xml
Expand Up @@ -37,7 +37,6 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.8-1</version>
</dependency>
<!-- test dependencies -->
<dependency>
Expand Down
6 changes: 6 additions & 0 deletions infra/prism-impl/pom.xml
Expand Up @@ -26,6 +26,12 @@
<artifactId>axiom</artifactId>
<version>4.3-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
</dependency>

<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>util</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -1572,6 +1572,11 @@
<artifactId>test-util</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.8-1</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 24e042d

Please sign in to comment.