html5expense icon indicating copy to clipboard operation
html5expense copied to clipboard

[BUILD FAILED] unresolved dependency: org.thymeleaf#thymeleaf-spring3;1.1.3-SNAPSHOT: not found

Open ffbit opened this issue 13 years ago • 0 comments

I ran the ./gradlew build command and got the following stacktrace: Thanks in advance.

:: problems summary :: :::: WARNINGS module not found: org.thymeleaf#thymeleaf-spring3;1.1.3-SNAPSHOT

==== clientModule: tried

==== internal-repository: tried

==== http://maven.springframework.org/release: tried

  http://maven.springframework.org/release/org/thymeleaf/thymeleaf-spring3/1.1.3-SNAPSHOT/thymeleaf-spring3-1.1.3-SNAPSHOT.pom

  -- artifact org.thymeleaf#thymeleaf-spring3;1.1.3-SNAPSHOT!thymeleaf-spring3.jar:

  http://maven.springframework.org/release/org/thymeleaf/thymeleaf-spring3/1.1.3-SNAPSHOT/thymeleaf-spring3-1.1.3-SNAPSHOT.jar

==== http://maven.springframework.org/milestone: tried

  http://maven.springframework.org/milestone/org/thymeleaf/thymeleaf-spring3/1.1.3-SNAPSHOT/thymeleaf-spring3-1.1.3-SNAPSHOT.pom

  -- artifact org.thymeleaf#thymeleaf-spring3;1.1.3-SNAPSHOT!thymeleaf-spring3.jar:

  http://maven.springframework.org/milestone/org/thymeleaf/thymeleaf-spring3/1.1.3-SNAPSHOT/thymeleaf-spring3-1.1.3-SNAPSHOT.jar

==== http://maven.springframework.org/snapshot: tried

  http://maven.springframework.org/snapshot/org/thymeleaf/thymeleaf-spring3/1.1.3-SNAPSHOT/thymeleaf-spring3-1.1.3-SNAPSHOT.pom

  -- artifact org.thymeleaf#thymeleaf-spring3;1.1.3-SNAPSHOT!thymeleaf-spring3.jar:

  http://maven.springframework.org/snapshot/org/thymeleaf/thymeleaf-spring3/1.1.3-SNAPSHOT/thymeleaf-spring3-1.1.3-SNAPSHOT.jar

==== https://oss.sonatype.org/content/repositories/snapshots: tried

  https://oss.sonatype.org/content/repositories/snapshots/org/thymeleaf/thymeleaf-spring3/1.1.3-SNAPSHOT/thymeleaf-spring3-1.1.3-SNAPSHOT.pom

  -- artifact org.thymeleaf#thymeleaf-spring3;1.1.3-SNAPSHOT!thymeleaf-spring3.jar:

  https://oss.sonatype.org/content/repositories/snapshots/org/thymeleaf/thymeleaf-spring3/1.1.3-SNAPSHOT/thymeleaf-spring3-1.1.3-SNAPSHOT.jar

==== MavenRepo: tried

  http://repo1.maven.org/maven2/org/thymeleaf/thymeleaf-spring3/1.1.3-SNAPSHOT/thymeleaf-spring3-1.1.3-SNAPSHOT.pom

  -- artifact org.thymeleaf#thymeleaf-spring3;1.1.3-SNAPSHOT!thymeleaf-spring3.jar:

  http://repo1.maven.org/maven2/org/thymeleaf/thymeleaf-spring3/1.1.3-SNAPSHOT/thymeleaf-spring3-1.1.3-SNAPSHOT.jar

    ::::::::::::::::::::::::::::::::::::::::::::::

    ::          UNRESOLVED DEPENDENCIES         ::

    ::::::::::::::::::::::::::::::::::::::::::::::

    :: org.thymeleaf#thymeleaf-spring3;1.1.3-SNAPSHOT: not found

    ::::::::::::::::::::::::::::::::::::::::::::::

FAILURE: Build failed with an exception.

  • What went wrong: Could not resolve all dependencies for configuration ':compile':
    • unresolved dependency: org.thymeleaf#thymeleaf-spring3;1.1.3-SNAPSHOT: not found
  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

ffbit avatar Jan 28 '12 13:01 ffbit