[hibernate-dev] Failure building 5.1 branch

Gail Badner gbadner at redhat.com
Tue May 3 18:42:33 EDT 2016


The command I'm using is: ./gradlew clean test

I think I remember someone mentioning this on hibernate-dev mailing list,
but I can't seem to find it.

Here is what I'm seeing:
...
:documentation:processTestResources
:documentation:testClasses
:documentation:test
:hibernate-c3p0:compileJava
Starting AnimalSniffer checks using [java16-1.0.signature] against
[sourceSets.main]
:hibernate-c3p0:processResources
:hibernate-c3p0:classes
:hibernate-c3p0:compileTestJava
:hibernate-c3p0:processTestResources
:hibernate-c3p0:testClasses
:hibernate-c3p0:test
:hibernate-c3p0:buildDashboard

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all dependencies for configuration
':hibernate-c3p0:testRuntime'.
> Could not find com.oracle.ojdbc:ojdbc7:12.1.0.2.0.
  Searched in the following locations:

https://repo1.maven.org/maven2/com/oracle/ojdbc/ojdbc7/12.1.0.2.0/ojdbc7-12.1.0.2.0.pom

https://repo1.maven.org/maven2/com/oracle/ojdbc/ojdbc7/12.1.0.2.0/ojdbc7-12.1.0.2.0.jar

file:/home/gbadner/.m2/repository/com/oracle/ojdbc/ojdbc7/12.1.0.2.0/ojdbc7-12.1.0.2.0.pom

file:/home/gbadner/.m2/repository/com/oracle/ojdbc/ojdbc7/12.1.0.2.0/ojdbc7-12.1.0.2.0.jar

http://repository.jboss.org/nexus/content/groups/public/com/oracle/ojdbc/ojdbc7/12.1.0.2.0/ojdbc7-12.1.0.2.0.pom

http://repository.jboss.org/nexus/content/groups/public/com/oracle/ojdbc/ojdbc7/12.1.0.2.0/ojdbc7-12.1.0.2.0.jar

http://snapshots.jboss.org/maven2/com/oracle/ojdbc/ojdbc7/12.1.0.2.0/ojdbc7-12.1.0.2.0.pom

http://snapshots.jboss.org/maven2/com/oracle/ojdbc/ojdbc7/12.1.0.2.0/ojdbc7-12.1.0.2.0.jar
  Required by:
      org.hibernate:hibernate-c3p0:5.1.1-SNAPSHOT
> Could not find com.microsoft.sqlserver:sqljdbc4:4.0.
  Searched in the following locations:

https://repo1.maven.org/maven2/com/microsoft/sqlserver/sqljdbc4/4.0/sqljdbc4-4.0.pom

https://repo1.maven.org/maven2/com/microsoft/sqlserver/sqljdbc4/4.0/sqljdbc4-4.0.jar

file:/home/gbadner/.m2/repository/com/microsoft/sqlserver/sqljdbc4/4.0/sqljdbc4-4.0.pom

file:/home/gbadner/.m2/repository/com/microsoft/sqlserver/sqljdbc4/4.0/sqljdbc4-4.0.jar

http://repository.jboss.org/nexus/content/groups/public/com/microsoft/sqlserver/sqljdbc4/4.0/sqljdbc4-4.0.pom

http://repository.jboss.org/nexus/content/groups/public/com/microsoft/sqlserver/sqljdbc4/4.0/sqljdbc4-4.0.jar

http://snapshots.jboss.org/maven2/com/microsoft/sqlserver/sqljdbc4/4.0/sqljdbc4-4.0.pom

http://snapshots.jboss.org/maven2/com/microsoft/sqlserver/sqljdbc4/4.0/sqljdbc4-4.0.jar
  Required by:
      org.hibernate:hibernate-c3p0:5.1.1-SNAPSHOT

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or
--debug option to get more log output.

BUILD FAILED


More information about the hibernate-dev mailing list