File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,22 +40,22 @@ So for Java8 you have to use the following dependencies:
4040< / dependency>
4141```
4242
43- So for Java8 you have to use the following dependencies:
43+ For Java11 you have to use the following dependencies:
4444
4545``` java
4646< dependency>
4747 < groupId> de. bytefish. pgbulkinsert< / groupId>
48- < artifactId> pgbulkinsert- core- jdk8 < / artifactId>
48+ < artifactId> pgbulkinsert- core< / artifactId>
4949 < version> 6.0 . 0 < / version>
5050< / dependency>
5151< dependency>
5252 < groupId> de. bytefish. pgbulkinsert< / groupId>
53- < artifactId> pgbulkinsert- rowwriter- jdk8 < / artifactId>
53+ < artifactId> pgbulkinsert- rowwriter< / artifactId>
5454 < version> 6.0 . 0 < / version>
5555< / dependency>
5656< dependency>
5757 < groupId> de. bytefish. pgbulkinsert< / groupId>
58- < artifactId> pgbulkinsert- jpa- jdk8 < / artifactId>
58+ < artifactId> pgbulkinsert- jpa< / artifactId>
5959 < version> 6.0 . 0 < / version>
6060< / dependency>
6161```
You can’t perform that action at this time.
0 commit comments