Browse Source

antlr is a runtime dependency, yes Steve :-)

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@467504 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 18 years ago
parent
commit
33e4d99787
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/etc/poms/ant-antlr/pom.xml

+ 1
- 1
src/etc/poms/ant-antlr/pom.xml View File

@@ -28,7 +28,7 @@
<artifactId>antlr</artifactId>
<version>2.7.2</version>
<optional>true</optional>
<scope>compile</scope>
<scope>runtime</scope>
</dependency>
</dependencies>
<build>


Loading…
Cancel
Save