springtestdbunit / spring-test-dbunit

Integration between the Spring testing framework and DBUnit
http://springtestdbunit.github.com/spring-test-dbunit/
Apache License 2.0
476 stars 238 forks source link

Failed to collect dependencies #170

Open anggur opened 4 years ago

anggur commented 4 years ago

I have some issue and unable to solve it. Please help me. Here is a log error.

Could not resolve dependencies for project net.tao:DD-sms-delivery-report:jar:1.1: Failed to collect dependencies at com.github.springtestdbunit:spring-test-dbunit:jar:1.3.1: Failed to read artifact descriptor for com.github.springtestdbunit:spring-test-dbunit:jar:1.3.1: Could not transfer artifact com.github.springtestdbunit:spring-test-dbunit:pom:1.3.1 from/to codelds (https://code.lds.org/nexus/content/groups/main-repo): Received fatal alert: handshake_failure -> [Help 1]

and pom.xml

<properties>
        <springtest.dbunit.version>1.3.1</springtest.dbunit.version>
        <dbunit.version>2.5.2</dbunit.version>
    </properties>
        <dependency>
            <groupId>com.github.springtestdbunit</groupId>
            <artifactId>spring-test-dbunit</artifactId>
            <version>${springtest.dbunit.version}</version>
            <scope>test</scope>
        </dependency>