Try to remove Apache Commons IO dependency

Issue #173 wontfix
Vladimir Dzhuvinov created an issue

No description provided.

Comments (8)

  1. Former user Account Deleted

    Hi, I tried to refresh dependency tree but it failed due to commos-io dependency issue like this:

    Error:(72, 0) Could not find commons-io:commons-io:[2.4,]. Searched in the following locations: http://maven.restlet.org/commons-io/commons-io/[2.4,]/commons-io-[2.4,].pom http://maven.restlet.org/commons-io/commons-io/[2.4,]/commons-io-[2.4,].jar file:/Users/danl/.m2/repository/commons-io/commons-io/[2.4,]/commons-io-[2.4,].pom file:/Users/danl/.m2/repository/commons-io/commons-io/[2.4,]/commons-io-[2.4,].jar https://repo1.maven.org/maven2/commons-io/commons-io/[2.4,]/commons-io-[2.4,].pom https://repo1.maven.org/maven2/commons-io/commons-io/[2.4,]/commons-io-[2.4,].jar Required by: xxx > com.nimbusds:nimbus-jose-jwt:4.15

    Is the syntax of the version correct? Should it be like '[2.4,)' or '[2.4]'? The gradle couldn't resolve the dependency. Please have a look at it.

    Anyway, thanks for a great library! Cheers, Dan.

  2. Former user Account Deleted

    I can't see the 4.15.1 from maven central. Would it take time to be uploaded onto maven repository? Can you check it again? We can use old version but we are trying to use latest version of dependencies all the time while development.

  3. Log in to comment