Not able to use com.googlecode.sardine in maven project?

183 Views Asked by At

I am not able to build maven project in mule

I'm getting an error. Although I have googlecode.sardine jar in repository:

[ERROR] /D:/.../src/main/java/com/download/filesdownload.java:[8,30] package com.googlecode.sardine does not exist
[ERROR] /D:/.../src/main/java/com/download/filesdownload.java:[9,30] package com.googlecode.sardine does not exist
[ERROR] /D:/.../src/main/java/com/download/filesdownload.java:[10,30] package com.googlecode.sardine does not exist
[ERROR] /D:/.../src/main/java/com/download/filesdownload.java:[8,30] package com.googlecode.sardine does not exist
[ERROR] /D:/.../src/main/java/com/download/filesdownload.java:[9,30] package com.googlecode.sardine does not exist
0

There are 0 best solutions below