Adding a .jar file to classpath through maven
问题 I'm having some trouble in getting maven to download a number of .jar files my application depends on. The code in which these dependencies are needed is bellow: import com.fasterxml.jackson.databind.DeserializationFeature; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.ObjectReader; import com.fasterxml.jackson.databind.ObjectWriter; import java.io.IOException; import java.util.ArrayList; import java.util.List; public class ServerConfiguration {