Skip to content

Commit 8ba93ae

Browse files
author
Costin Leau
committed
+ fix import for org.antlr package versions
1 parent dca286d commit 8ba93ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

org.springframework.expression/template.mf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ Bundle-ManifestVersion: 2
55
Import-Template:
66
org.springframework.core;version="[3.0.0, 3.0.1)",
77
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
8-
org.antlr.runtime;version="[3.0.0,3.0.1)",
9-
org.antlr.runtime.tree;version="[3.0.0,3.0.1)"
8+
org.antlr.runtime;version="[3.0.1,4.0.0)",
9+
org.antlr.runtime.tree;version="[3.0.1,4.0.0)"

0 commit comments

Comments
 (0)