Member since 
    
	
		
		
		01-23-2018
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                1
            
            
                Post
            
        
                0
            
            
                Kudos Received
            
        
                0
            
            
                Solutions
            
        
			
    
	
		
		
		01-23-2018
	
		
		12:42 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Try adding this to pom.xml of nar folder of your project   <groupId>org.apache.nifi</groupId>   <artifactId>nifi-standard-nar</artifactId>   <version>1.3.0</version>   <type>nar</type>  , Try adding    <dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-nar</artifactId>
<version>1.3.0</version>
<type>nar</type>
</dependency>  to pom.xml of nar folder of NiFi project 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		