15
15
~ limitations under the License.
16
16
-->
17
17
18
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
18
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
19
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
19
20
<modelVersion >4.0.0</modelVersion >
20
21
21
22
<parent >
104
105
<artifactId >spring-boot-starter-test</artifactId >
105
106
<scope >test</scope >
106
107
</dependency >
108
+
109
+ <!-- Maven test harness -->
110
+
111
+ <!-- <dependency>-->
112
+ <!-- <groupId>com.github.codeteapot.maven.plugin-testing</groupId>-->
113
+ <!-- <artifactId>maven-plugin-testing-harness-junit-jupiter</artifactId>-->
114
+ <!-- <version>1.1.3</version>-->
115
+ <!-- </dependency>-->
116
+
117
+ <!-- <dependency>-->
118
+ <!-- <groupId>org.junit.jupiter</groupId>-->
119
+ <!-- <artifactId>junit-jupiter-api</artifactId>-->
120
+ <!-- <version>5.7.0</version>-->
121
+ <!-- <scope>provided</scope>-->
122
+ <!-- </dependency>-->
123
+
124
+ <!-- <dependency>-->
125
+ <!-- <groupId>org.junit.jupiter</groupId>-->
126
+ <!-- <artifactId>junit-jupiter-engine</artifactId>-->
127
+ <!-- <version>5.7.0</version>-->
128
+ <!-- <scope>test</scope>-->
129
+ <!-- </dependency>-->
130
+
131
+ <!-- <dependency>-->
132
+ <!-- <groupId>org.mockito</groupId>-->
133
+ <!-- <artifactId>mockito-junit-jupiter</artifactId>-->
134
+ <!-- <version>3.5.13</version>-->
135
+ <!-- <scope>test</scope>-->
136
+ <!-- </dependency>-->
137
+
138
+ <dependency >
139
+ <groupId >org.eclipse.sisu</groupId >
140
+ <artifactId >org.eclipse.sisu.plexus</artifactId >
141
+ <version >0.3.5</version >
142
+ <scope >test</scope >
143
+ </dependency >
144
+ <dependency >
145
+ <groupId >org.openrewrite.maven</groupId >
146
+ <artifactId >rewrite-maven-plugin</artifactId >
147
+ <version >4.42.0</version >
148
+ <scope >test</scope >
149
+ </dependency >
150
+
151
+ <dependency >
152
+ <groupId >org.apache.maven</groupId >
153
+ <artifactId >maven-compat</artifactId >
154
+ <version >3.9.1</version >
155
+ <scope >test</scope >
156
+ </dependency >
157
+ <dependency >
158
+ <groupId >org.apache.maven</groupId >
159
+ <artifactId >maven-core</artifactId >
160
+ <version >3.9.1</version >
161
+ </dependency >
162
+ <!-- <dependency>-->
163
+ <!-- <groupId>org.apache.maven</groupId>-->
164
+ <!-- <artifactId>maven-resolver-provider</artifactId>-->
165
+ <!-- <version>3.9.1</version>-->
166
+ <!-- <scope>test</scope>-->
167
+ <!-- </dependency>-->
168
+ <!-- <dependency>-->
169
+ <!-- <groupId>org.apache.maven.resolver</groupId>-->
170
+ <!-- <artifactId>maven-resolver-api</artifactId>-->
171
+ <!-- <version>1.3.1</version>-->
172
+ <!-- <scope>test</scope>-->
173
+ <!-- </dependency>-->
174
+ <dependency >
175
+ <groupId >org.apache.maven</groupId >
176
+ <artifactId >maven-plugin-api</artifactId >
177
+ <version >3.9.1</version >
178
+ </dependency >
179
+ <dependency >
180
+ <groupId >org.apache.maven.plugin-testing</groupId >
181
+ <artifactId >maven-plugin-testing-harness</artifactId >
182
+ <version >3.3.0</version >
183
+ <scope >test</scope >
184
+ </dependency >
185
+
186
+ <!-- Maven Plugin Test -->
187
+ <dependency >
188
+ <groupId >com.soebes.itf.jupiter.extension</groupId >
189
+ <artifactId >itf-extension-maven</artifactId >
190
+ <version >0.9.0</version >
191
+ <scope >test</scope >
192
+ </dependency >
193
+ <dependency >
194
+ <groupId >com.soebes.itf.jupiter.extension</groupId >
195
+ <artifactId >itf-assertj</artifactId >
196
+ <version >0.9.0</version >
197
+ <scope >test</scope >
198
+ </dependency >
199
+ <dependency >
200
+ <groupId >com.soebes.itf.jupiter.extension</groupId >
201
+ <artifactId >itf-jupiter-extension</artifactId >
202
+ <version >0.9.0</version >
203
+ <scope >test</scope >
204
+ </dependency >
205
+ <!-- END Maven Plugin Test -->
107
206
</dependencies >
108
207
<build >
109
208
<plugins >
120
219
</execution >
121
220
</executions >
122
221
</plugin >
222
+ <!-- Maven Plugin Test -->
223
+ <plugin >
224
+ <groupId >com.soebes.itf.jupiter.extension</groupId >
225
+ <artifactId >itf-maven-plugin</artifactId >
226
+ <version >0.12.0</version >
227
+ <executions >
228
+ <execution >
229
+ <id >installing</id >
230
+ <phase >pre-integration-test</phase >
231
+ <goals >
232
+ <goal >install</goal >
233
+ <goal >resources-its</goal >
234
+ </goals >
235
+ </execution >
236
+ </executions >
237
+ </plugin >
123
238
</plugins >
124
239
</build >
125
240
</project >
0 commit comments