File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed
doma-spring-boot-sample-entity-listener
doma-spring-boot-sample-event-handler
doma-spring-boot-sample-simple
doma-spring-boot-sample-two-datasource Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Add the following dependencies to `pom.xml` so that we can use Doma with Spring
7171 <groupId >org.seasar.doma</groupId >
7272 <artifactId >doma-processor</artifactId >
7373 <version >2.30.0</version >
74- <scope >provided</ scope >
74+ <optional >true</ optional >
7575</dependency >
7676```
7777
Original file line number Diff line number Diff line change 2727 <groupId >org.seasar.doma</groupId >
2828 <artifactId >doma-processor</artifactId >
2929 <version >${doma.version} </version >
30- <scope >provided</ scope >
30+ <optional >true</ optional >
3131 </dependency >
3232 <dependency >
3333 <groupId >org.seasar.doma.boot</groupId >
Original file line number Diff line number Diff line change 2727 <groupId >org.seasar.doma</groupId >
2828 <artifactId >doma-processor</artifactId >
2929 <version >${doma.version} </version >
30- <scope >provided</ scope >
30+ <optional >true</ optional >
3131 </dependency >
3232 <dependency >
3333 <groupId >org.seasar.doma.boot</groupId >
Original file line number Diff line number Diff line change 2727 <groupId >org.seasar.doma</groupId >
2828 <artifactId >doma-processor</artifactId >
2929 <version >${doma.version} </version >
30- <scope >provided</ scope >
30+ <optional >true</ optional >
3131 </dependency >
3232 <dependency >
3333 <groupId >org.seasar.doma.boot</groupId >
Original file line number Diff line number Diff line change 2727 <groupId >org.seasar.doma</groupId >
2828 <artifactId >doma-processor</artifactId >
2929 <version >${doma.version} </version >
30- <scope >compile</scope >
3130 <optional >true</optional >
3231 </dependency >
3332 <dependency >
You can’t perform that action at this time.
0 commit comments