Skip to content

Commit 0f0c930

Browse files
fix: Move 4 modules from batch1 to batch2 to stay under 21 modules
Batch1 had 24 active modules which is at the classrealm conflict threshold. Moved producer_with_external_contracts, producer_with_restdocs, producer_with_webtestclient_restdocs, and producer_with_dsl_restdocs to batch2 to keep batch1 at 20 modules. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2771f1d commit 0f0c930

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@
119119
<module>producer_with_stubs_per_consumer</module>
120120
<module>producer_with_git</module>
121121
<module>producer_with_empty_git</module>
122-
<module>producer_with_external_contracts</module>
123-
<module>producer_with_restdocs</module>
124-
<module>producer_with_webtestclient_restdocs</module>
125-
<module>producer_with_dsl_restdocs</module>
126122
</modules>
127123
</profile>
128124
<profile>
129125
<id>test-batch2</id>
130126
<modules>
127+
<module>producer_with_external_contracts</module>
128+
<module>producer_with_restdocs</module>
129+
<module>producer_with_webtestclient_restdocs</module>
130+
<module>producer_with_dsl_restdocs</module>
131131
<module>producer_with_xml</module>
132132
<module>producer_with_latest_2_2_features</module>
133133
<module>producer_java</module>

0 commit comments

Comments
 (0)