Skip to content

Commit 35b8266

Browse files
authored
Merge pull request #76 from PgBulkInsert/remove-spring-boot-plugin
remove spring-boot-maven-plugin
2 parents 90eb2ed + 2d25351 commit 35b8266

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

  • PgBulkInsert/pgbulkinsert-jpa

PgBulkInsert/pgbulkinsert-jpa/pom.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@
1111
<version>5.1.0</version>
1212
<relativePath>..</relativePath>
1313
</parent>
14-
14+
1515
<artifactId>pgbulkinsert-jpa</artifactId>
1616
<name>pgbulkinsert-jpa</name>
17-
17+
1818
<packaging>jar</packaging>
1919

2020
<properties>
2121
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22-
<spring.version>2.2.6.RELEASE</spring.version>
2322
</properties>
2423

2524
<dependencies>
@@ -60,13 +59,6 @@
6059
<threadCount>10</threadCount>
6160
</configuration>
6261
</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-
7062
</plugins>
7163
</build>
7264

0 commit comments

Comments
 (0)