You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by RITIKA NIWAS <ri...@gmail.com> on 2018/04/18 14:02:04 UTC

The import org.apache.nifi.expression.ExpressionLanguageScope cannot be resolved.

I am getting an error. *The import
org.apache.nifi.expression.ExpressionLanguageScope** cannot be resolved*. I
already tried using this dependency  but the error is not resolved

<!--
https://mvnrepository.com/artifact/org.apache.nifi/nifi-expression-language
-->
<dependency>
    <groupId>org.apache.nifi</groupId>
    <artifactId>nifi-expression-language</artifactId>
    <version>1.5.0</version>
</dependency>

Link:
https://mvnrepository.com/artifact/org.apache.nifi/nifi-expression-language/1.5.0


‌

Re: The import org.apache.nifi.expression.ExpressionLanguageScope cannot be resolved.

Posted by Mike Thomsen <mi...@gmail.com>.
That particularly class is in 1.7.0-SNAPSHOT, not 1.5.0. You'd have to
download the code from GitHub and build it to get that version. If you're
writing a custom NAR, you don't need to worry about that until you move to
1.7.0.

On Wed, Apr 18, 2018 at 10:07 AM RITIKA NIWAS <ri...@gmail.com> wrote:

> I am getting an error. *The import
> org.apache.nifi.expression.ExpressionLanguageScope** cannot be resolved*. I
> already tried using this dependency  but the error is not resolved
>
> <!--
> https://mvnrepository.com/artifact/org.apache.nifi/nifi-expression-language
> -->
> <dependency>
>     <groupId>org.apache.nifi</groupId>
>     <artifactId>nifi-expression-language</artifactId>
>     <version>1.5.0</version>
> </dependency>
>
> Link:
>
> https://mvnrepository.com/artifact/org.apache.nifi/nifi-expression-language/1.5.0
>
>
> ‌
>