Skip to content

Commit

Permalink
Implement batchCreate, batchUpdate, batchDelete and migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
hermannm committed Sep 13, 2024
1 parent 2916347 commit ebd3a17
Show file tree
Hide file tree
Showing 6 changed files with 719 additions and 321 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<flyway.version>10.17.3</flyway.version>
<kotlinx-serialization.version>1.7.2</kotlinx-serialization.version>
<jackson.version>2.17.2</jackson.version>
<liflig-snapshot-test.version>1.20240905.231604</liflig-snapshot-test.version>
</properties>

<scm>
Expand Down Expand Up @@ -166,12 +165,6 @@
<version>${jackson.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>no.liflig</groupId>
<artifactId>snapshot-test</artifactId>
<version>${liflig-snapshot-test.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
Loading

0 comments on commit ebd3a17

Please sign in to comment.