Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to collect dependencies #170

Open
Syafiq-lab opened this issue Jun 17, 2020 · 0 comments
Open

Failed to collect dependencies #170

Syafiq-lab opened this issue Jun 17, 2020 · 0 comments

Comments

@Syafiq-lab
Copy link

Syafiq-lab commented Jun 17, 2020

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>
``` 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant