diff --git a/ff-tpquery-store/src/main/java/net/forwardfire/tpquery/config/TPQConfigParameterValueScripterObjectOrList.java b/ff-tpquery-store/src/main/java/net/forwardfire/tpquery/config/TPQConfigParameterValueScripterObjectOrList.java index db5ab12..83778e7 100644 --- a/ff-tpquery-store/src/main/java/net/forwardfire/tpquery/config/TPQConfigParameterValueScripterObjectOrList.java +++ b/ff-tpquery-store/src/main/java/net/forwardfire/tpquery/config/TPQConfigParameterValueScripterObjectOrList.java @@ -55,6 +55,6 @@ public class TPQConfigParameterValueScripterObjectOrList implements TPQConfigPar String function = functionName+"("+queryParameter.getValueType()+",'"+value+"')"; // Wrap in value holder because these values will not change anymore. - return PREFIX_JS+TPQFactory.ParameterValueFunction.CREATE_VALUE_HOLDER+"("+function+");"; + return PREFIX_JS+TPQFactory.ParameterValueFunction.CREATE_VALUE_HOLDER+"("+function+");"; // TODO: check if prefix should be removed. } } diff --git a/pom.xml b/pom.xml index f801700..d0e96a7 100644 --- a/pom.xml +++ b/pom.xml @@ -164,6 +164,47 @@ + + + org.apache.maven.plugins + maven-jdeps-plugin + 3.0.0 + + + validate + + jdkinternals + test-jdkinternals + + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.4.1 + + + validate + + enforce + + + + + + + (3.0,) + + + + + +