Skip to content

Commit 31171a0

Browse files
authored
Update pom.xml (#384)
1 parent 1324b9e commit 31171a0

1 file changed

Lines changed: 1 addition & 29 deletions

File tree

core/pom.xml

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -182,32 +182,4 @@
182182
</dependency>
183183
</dependencies>
184184

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>
185+
</project>

0 commit comments

Comments
 (0)