@@ -28,15 +28,15 @@ You can add the following dependencies to your pom.xml to include [PgBulkInsert]
2828
2929``` xml
3030<dependency >
31- <groupId >de.bytefish.pgbulkinsert</groupId >
32- <artifactId >pgbulkinsert-core</artifactId >
33- <version >6.0.1</version >
31+ <groupId >de.bytefish.pgbulkinsert</groupId >
32+ <artifactId >pgbulkinsert-core</artifactId >
33+ <version >6.0.1</version >
3434</dependency >
3535
3636<dependency >
37- <groupId >de.bytefish.pgbulkinsert</groupId >
38- <artifactId >pgbulkinsert-rowwriter</artifactId >
39- <version >6.0.1</version >
37+ <groupId >de.bytefish.pgbulkinsert</groupId >
38+ <artifactId >pgbulkinsert-rowwriter</artifactId >
39+ <version >6.0.1</version >
4040</dependency >
4141```
4242
@@ -45,16 +45,16 @@ If you are working with Java8 you have to add a classifier ``jdk8`` to the depen
4545
4646``` xml
4747<dependency >
48- <groupId >de.bytefish.pgbulkinsert</groupId >
49- <artifactId >pgbulkinsert-core</artifactId >
50- <version >6.0.1</version >
48+ <groupId >de.bytefish.pgbulkinsert</groupId >
49+ <artifactId >pgbulkinsert-core</artifactId >
50+ <version >6.0.1</version >
5151 <classifier >jdk8</classifier >
5252</dependency >
5353
5454<dependency >
55- <groupId >de.bytefish.pgbulkinsert</groupId >
56- <artifactId >pgbulkinsert-rowwriter</artifactId >
57- <version >6.0.1</version >
55+ <groupId >de.bytefish.pgbulkinsert</groupId >
56+ <artifactId >pgbulkinsert-rowwriter</artifactId >
57+ <version >6.0.1</version >
5858 <classifier >jdk8</classifier >
5959</dependency >
6060```
0 commit comments