Skip to content

Commit bb6c896

Browse files
committed
Polish pom.xml
1 parent 5a7f051 commit bb6c896

File tree

2 files changed

+4
-22
lines changed

2 files changed

+4
-22
lines changed

doma-spring-boot-autoconfigure/pom.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -28,35 +28,13 @@
2828
<artifactId>doma</artifactId>
2929
<version>${doma.version}</version>
3030
</dependency>
31-
<dependency>
32-
<groupId>org.springframework.boot</groupId>
33-
<artifactId>spring-boot</artifactId>
34-
<version>${spring-boot.version}</version>
35-
</dependency>
36-
<dependency>
37-
<groupId>org.springframework.boot</groupId>
38-
<artifactId>spring-boot-autoconfigure</artifactId>
39-
<version>${spring-boot.version}</version>
40-
</dependency>
4131
<dependency>
4232
<groupId>org.springframework.boot</groupId>
4333
<artifactId>spring-boot-starter-jdbc</artifactId>
44-
<version>${spring-boot.version}</version>
45-
</dependency>
46-
<dependency>
47-
<groupId>org.springframework.boot</groupId>
48-
<artifactId>spring-boot</artifactId>
49-
<version>${spring-boot.version}</version>
50-
</dependency>
51-
<dependency>
52-
<groupId>org.springframework.boot</groupId>
53-
<artifactId>spring-boot-autoconfigure</artifactId>
54-
<version>${spring-boot.version}</version>
5534
</dependency>
5635
<dependency>
5736
<groupId>org.springframework.boot</groupId>
5837
<artifactId>spring-boot-configuration-processor</artifactId>
59-
<version>${spring-boot.version}</version>
6038
<optional>true</optional>
6139
</dependency>
6240
<dependency>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package org.seasar.doma.boot;
2+
3+
public final class Pageables {
4+
}

0 commit comments

Comments
 (0)