mirror of https://github.com/apache/activemq.git
[AMQ-9058] Upgrade javacc-maven-plugin to 3.0.1 (#900)
This commit is contained in:
parent
0fed696966
commit
ed9631f02c
|
@ -121,7 +121,7 @@ public class SelectorParser {
|
|||
}
|
||||
}
|
||||
|
||||
private BooleanExpression asBooleanExpression(Expression value) throws ParseException {
|
||||
private static BooleanExpression asBooleanExpression(Expression value) throws ParseException {
|
||||
if (value instanceof BooleanExpression) {
|
||||
return (BooleanExpression) value;
|
||||
}
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -136,7 +136,7 @@
|
|||
<maven-install-plugin-version>2.5.2</maven-install-plugin-version>
|
||||
<maven-shade-plugin-version>3.3.0</maven-shade-plugin-version>
|
||||
<findbugs-maven-plugin-version>3.0.5</findbugs-maven-plugin-version>
|
||||
<javacc-maven-plugin-version>2.6</javacc-maven-plugin-version>
|
||||
<javacc-maven-plugin-version>3.0.1</javacc-maven-plugin-version>
|
||||
<cobertura-maven-plugin-version>2.7</cobertura-maven-plugin-version>
|
||||
<taglist-maven-plugin-version>3.0.0</taglist-maven-plugin-version>
|
||||
<build-helper-maven-plugin-version>3.3.0</build-helper-maven-plugin-version>
|
||||
|
|
Loading…
Reference in New Issue