We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4509a7b commit 24801efCopy full SHA for 24801ef
pom.xml
@@ -301,11 +301,12 @@
301
<plugin>
302
<groupId>com.jcabi</groupId>
303
<artifactId>jcabi-dynamodb-maven-plugin</artifactId>
304
- <version>0.7.1</version>
+ <version>0.8</version>
305
<configuration>
306
<tables>
307
<table>src/test/resources/user_table.json</table>
308
<table>src/test/resources/playlist_table.json</table>
309
+ <table>src/test/resources/feeduser_table.json</table>
310
</tables>
311
<port>${dynamodblocal.port}</port>
312
<dist>${project.build.directory}/dynamodb-dist</dist>
0 commit comments