File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
src/test/java/org/socialsignin/spring/data/dynamodb/core Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 222
222
</execution >
223
223
</executions >
224
224
</plugin >
225
-
225
+ <!--
226
226
<plugin>
227
227
<groupId>com.jcabi</groupId>
228
228
<artifactId>jcabi-dynamodb-maven-plugin</artifactId>
247
247
</execution>
248
248
</executions>
249
249
</plugin>
250
-
250
+ -->
251
251
<plugin >
252
252
<groupId >org.apache.maven.plugins</groupId >
253
253
<artifactId >maven-failsafe-plugin</artifactId >
Original file line number Diff line number Diff line change 3
3
import com .amazonaws .auth .BasicAWSCredentials ;
4
4
import com .amazonaws .services .dynamodbv2 .AmazonDynamoDB ;
5
5
import com .amazonaws .services .dynamodbv2 .AmazonDynamoDBClient ;
6
+
6
7
import org .socialsignin .spring .data .dynamodb .domain .sample .User ;
8
+
7
9
import java .util .UUID ;
10
+
8
11
import org .junit .Before ;
12
+ import org .junit .Ignore ;
9
13
import org .junit .Test ;
10
14
11
15
/**
12
16
* Integration test that interacts with DynamoDB Local instance.
13
17
*/
18
+ @ Ignore
14
19
public class DynamoDBTemplateIT {
15
20
16
21
private static final String PORT = System .getProperty ("dynamodb.port" );
You can’t perform that action at this time.
0 commit comments