File tree Expand file tree Collapse file tree 4 files changed +14
-8
lines changed
Expand file tree Collapse file tree 4 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 141141
142142 <dependencyManagement >
143143 <dependencies >
144+ <!-- Sub-Modules -->
145+ <dependency >
146+ <groupId >io.github.chrimle</groupId >
147+ <artifactId >openapi-to-java-records-mustache-templates-test-utils</artifactId >
148+ <version >${project.version} </version >
149+ </dependency >
150+ <dependency >
151+ <groupId >io.github.chrimle</groupId >
152+ <artifactId >openapi-to-java-records-mustache-templates-test-common</artifactId >
153+ <version >${project.version} </version >
154+ <classifier >tests</classifier >
155+ <scope >test</scope >
156+ </dependency >
157+ <!-- / Sub-Modules -->
144158 <dependency >
145159 <groupId >org.junit</groupId >
146160 <artifactId >junit-bom</artifactId >
Original file line number Diff line number Diff line change 2626 <dependency >
2727 <groupId >io.github.chrimle</groupId >
2828 <artifactId >openapi-to-java-records-mustache-templates-test-utils</artifactId >
29- <version >${project.version} </version >
30- <scope >test</scope >
3129 </dependency >
3230 <dependency >
3331 <!-- Needed when library=webclient -->
Original file line number Diff line number Diff line change 6767 <dependency >
6868 <groupId >io.github.chrimle</groupId >
6969 <artifactId >openapi-to-java-records-mustache-templates-test-utils</artifactId >
70- <version >${project.version} </version >
7170 </dependency >
7271 <dependency >
7372 <groupId >io.github.chrimle</groupId >
7473 <artifactId >openapi-to-java-records-mustache-templates-test-common</artifactId >
75- <version >${project.version} </version >
7674 <classifier >tests</classifier >
77- <scope >test</scope >
7875 </dependency >
7976 <dependency >
8077 <groupId >org.junit.jupiter</groupId >
Original file line number Diff line number Diff line change 6565 <dependency >
6666 <groupId >io.github.chrimle</groupId >
6767 <artifactId >openapi-to-java-records-mustache-templates-test-utils</artifactId >
68- <version >${project.version} </version >
6968 </dependency >
7069 <dependency >
7170 <groupId >io.github.chrimle</groupId >
7271 <artifactId >openapi-to-java-records-mustache-templates-test-common</artifactId >
73- <version >${project.version} </version >
7472 <classifier >tests</classifier >
75- <scope >test</scope >
7673 </dependency >
7774 <dependency >
7875 <groupId >org.junit.jupiter</groupId >
You can’t perform that action at this time.
0 commit comments