Skip to content

Commit 10b30b3

Browse files
committed
exclude spring6-data from java docs as it is not compatible with Spring Boot 3.x
1 parent c836f27 commit 10b30b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@
663663
<failOnError>true</failOnError>
664664
<goal>site</goal>
665665
<notimestamp>true</notimestamp>
666-
<excludePackageNames>io.dapr.examples:io.dapr.springboot:io.dapr.examples.*:io.dapr.springboot.*
666+
<excludePackageNames>io.dapr.examples:io.dapr.springboot:io.dapr.examples.*:io.dapr.springboot.*:io.dapr.spring6.*
667667
</excludePackageNames>
668668
</configuration>
669669
</plugin>

0 commit comments

Comments
 (0)