Re: Dependencies for StandardValidators & SoftLimitBoundedByteArrayOutputStream

2016-05-25 Thread Russell Bateman
Kumiko,

I develop custom processors and these are my Maven dependencies:


org.apache.nifi
nifi-api
${nifi.version}


org.apache.nifi
nifi-utils
${nifi.version}


org.apache.nifi
nifi-processor-utils
${nifi.version}




On Wed, May 25, 2016 at 2:27 PM, Kumiko Yada  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;
>
>
>
> 
>
> org.apache.nifi
>
> nifi-processor-utils
>
> 
>
>
>
> 
>
> org.apache.nifi
>
>  nifi-standard-processors
>
> 
>
>
>
> Thanks
>
> Kumiko
>


Re: Dependencies for StandardValidators & SoftLimitBoundedByteArrayOutputStream

2016-05-25 Thread Jeremy Dyer
Kumiko - could you please pass along the build errors you are seeing? Also
maybe try adding {desired_nifi_version} (EX:
0.6.1) 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  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;
>
>
>
> 
>
> org.apache.nifi
>
> nifi-processor-utils
>
> 
>
>
>
> 
>
> org.apache.nifi
>
>  nifi-standard-processors
>
> 
>
>
>
> Thanks
>
> Kumiko
>


Dependencies for StandardValidators & SoftLimitBoundedByteArrayOutputStream

2016-05-25 Thread Kumiko Yada
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;


org.apache.nifi
nifi-processor-utils



org.apache.nifi
 nifi-standard-processors


Thanks
Kumiko