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,20 +40,22 @@ You can add the following dependencies to your pom.xml to include [PgBulkInsert]
4040</dependency >
4141```
4242
43- If you are working with Java8 you have to add a `` - jdk8`` to the package names :
43+ If you are working with Java8 you have to add a classifier `` jdk8 `` to the dependencies :
4444
4545
4646``` xml
4747<dependency >
4848 <groupId >de.bytefish.pgbulkinsert</groupId >
49- <artifactId >pgbulkinsert-core-jdk8 </artifactId >
49+ <artifactId >pgbulkinsert-core</artifactId >
5050 <version >6.0.1</version >
51+ <classifier >jdk8</classifier >
5152</dependency >
5253
5354<dependency >
5455 <groupId >de.bytefish.pgbulkinsert</groupId >
55- <artifactId >pgbulkinsert-rowwriter-jdk8 </artifactId >
56+ <artifactId >pgbulkinsert-rowwriter</artifactId >
5657 <version >6.0.1</version >
58+ <classifier >jdk8</classifier >
5759</dependency >
5860```
5961
You can’t perform that action at this time.
0 commit comments