File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
powertools-idempotency/powertools-idempotency-dynamodb Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 9898 <version >2.2.0</version >
9999 <scope >test</scope >
100100 </dependency >
101- <dependency >
102- <groupId >com.almworks.sqlite4java</groupId >
103- <artifactId >sqlite4java</artifactId >
104- <version >1.0.392</version >
105- <scope >test</scope >
106- </dependency >
107101 <dependency >
108102 <groupId >software.amazon.awssdk</groupId >
109103 <artifactId >s3</artifactId >
110104 <scope >test</scope >
111105 </dependency >
112106 </dependencies >
113- <repositories >
114- <repository >
115- <id >dynamodblocal</id >
116- <name >AWS DynamoDB Local Release Repository</name >
117- <url >https://s3-us-west-2.amazonaws.com/dynamodb-local/release</url >
118- </repository >
119- </repositories >
120107 <profiles >
121108 <profile >
122109 <id >generate-graalvm-files</id >
263250 <configuration >
264251 <systemPropertyVariables >
265252 <dynamodb .endpoint>http://localhost:8000</dynamodb .endpoint>
266- <sqlite4java .library.path>${project.build.directory} /native-libs</sqlite4java .library.path>
267253 </systemPropertyVariables >
268254 </configuration >
269255 </plugin >
You can’t perform that action at this time.
0 commit comments