Subversion Repositories SmartDukaan

Rev

Rev 22010 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22010 Rev 22124
Line 248... Line 248...
248
    		<groupId>org.apache.commons</groupId>
248
    		<groupId>org.apache.commons</groupId>
249
    		<artifactId>commons-lang3</artifactId>
249
    		<artifactId>commons-lang3</artifactId>
250
    		<version>3.6</version>
250
    		<version>3.6</version>
251
		</dependency>
251
		</dependency>
252
		
252
		
-
 
253
		<dependency>
-
 
254
	    	<groupId>org.apache.tika</groupId>
-
 
255
	    	<artifactId>tika-core</artifactId>
-
 
256
	    	<version>1.16</version>
-
 
257
		</dependency>
253
    
258
    
254
	</dependencies>
259
	</dependencies>
255
		
260
		
256
</project>
261
</project>
257
262