-
Notifications
You must be signed in to change notification settings - Fork 234
Open
Description
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>
```
Metadata
Metadata
Assignees
Labels
No labels