Expected Behavior
test works
Actual Behavior
test doesnt work.
I make small test for dynamodb.
test is failed with message This Spring Data DynamoDB implementation might not be compatible with the available Spring Data classes on the classpath
Steps to Reproduce the Problem
- make dynamo config in spring boot
- make dynamo crud repository
- make small test
Specifications
o.s.s.d.d.r.s.DynamoDBRepositoryFactory : Spring Data DynamoDB Version: 5.2.1 (2.2)
o.s.s.d.d.r.s.DynamoDBRepositoryFactory : Spring Data Version: 2.3.3.RELEASE
o.s.s.d.d.r.s.DynamoDBRepositoryFactory : AWS SDK Version: 1.11.706
o.s.s.d.d.r.s.DynamoDBRepositoryFactory : Java Version: 11.0.8 - OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu120.04
o.s.s.d.d.r.s.DynamoDBRepositoryFactory : Platform Details: Linux 5.4.0-42-generic
o.s.s.d.d.r.s.DynamoDBRepositoryFactory : This Spring Data DynamoDB implementation might not be compatible with the available Spring Data classes on the classpath!
NoDefClassFoundExceptions or similar might occur!