We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1324b9e commit 31171a0Copy full SHA for 31171a0
1 file changed
core/pom.xml
@@ -182,32 +182,4 @@
182
</dependency>
183
</dependencies>
184
185
- <profiles>
186
- <profile>
187
- <id>sigtest</id>
188
- <build>
189
- <plugins>
190
- <plugin>
191
- <groupId>jakarta.tck</groupId>
192
- <artifactId>sigtest-maven-plugin</artifactId>
193
- <version>2.6</version>
194
- <executions>
195
- <execution>
196
- <goals>
197
- <goal>check</goal>
198
- </goals>
199
- </execution>
200
- </executions>
201
- <configuration>
202
- <packages>
203
- jakarta.mvc,
204
- </packages>
205
- <version>4.0.0-SNAPSHOT</version>
206
- </configuration>
207
- </plugin>
208
- </plugins>
209
- </build>
210
- </profile>
211
- </profiles>
212
-
213
-</project>
+ </project>
0 commit comments