Skip to content

Commit c5620bd

Browse files
committed
Change doma-processor to compile scoped with optional
1 parent b246926 commit c5620bd

File tree

5 files changed

+4
-5
lines changed
  • doma-spring-boot-samples
    • doma-spring-boot-sample-entity-listener
    • doma-spring-boot-sample-event-handler
    • doma-spring-boot-sample-simple
    • doma-spring-boot-sample-two-datasource

5 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

doma-spring-boot-samples/doma-spring-boot-sample-entity-listener/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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>

doma-spring-boot-samples/doma-spring-boot-sample-event-handler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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>

doma-spring-boot-samples/doma-spring-boot-sample-simple/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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>

doma-spring-boot-samples/doma-spring-boot-sample-two-datasource/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
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>

0 commit comments

Comments
 (0)