Adding the version number solved the issue. Thank you!
From: Jeremy Dyer [mailto:[email protected]]
Sent: Wednesday, May 25, 2016 2:29 PM
To: [email protected]
Subject: Re: Dependencies for StandardValidators &
SoftLimitBoundedByteArrayOutputStream
Kumiko - could you please pass along the build errors you are seeing? Also
maybe try adding <version>{desired_nifi_version}</version> (EX:
<version>0.6.1</version>) to each of your dependencies you listed. Depending on
the rest of your Maven project setup those could be required.
- Jeremy Dyer
On Wed, May 25, 2016 at 4:27 PM, Kumiko Yada
<[email protected]<mailto:[email protected]>> wrote:
Hello,
I’d like to use the followings in my custom processor, and I’m still getting
the build errors that they do not exist. Am I able to use them by additional
dependencies, if so what are the missing dependencies or do I need to port the
codes?
import org.apache.nifi.processor.util.StandardValidators;
import
org.apache.nifi.processors.standard.util.SoftLimitBoundedByteArrayOutputStream;
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-processor-utils</artifactId>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId> nifi-standard-processors</artifactId>
</dependency>
Thanks
Kumiko