We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90eb2ed + 2d25351 commit 35b8266Copy full SHA for 35b8266
1 file changed
PgBulkInsert/pgbulkinsert-jpa/pom.xml
@@ -11,15 +11,14 @@
11
<version>5.1.0</version>
12
<relativePath>..</relativePath>
13
</parent>
14
-
+
15
<artifactId>pgbulkinsert-jpa</artifactId>
16
<name>pgbulkinsert-jpa</name>
17
18
<packaging>jar</packaging>
19
20
<properties>
21
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22
- <spring.version>2.2.6.RELEASE</spring.version>
23
</properties>
24
25
<dependencies>
@@ -60,13 +59,6 @@
60
59
<threadCount>10</threadCount>
61
</configuration>
62
</plugin>
63
64
- <plugin>
65
- <groupId>org.springframework.boot</groupId>
66
- <artifactId>spring-boot-maven-plugin</artifactId>
67
- <version>${spring.version}</version>
68
- </plugin>
69
70
</plugins>
71
</build>
72
0 commit comments