Skip to content

Commit 10043c6

Browse files
committed
[pom] Remove pre java 16 profile as only java 17 allowed to run the build
1 parent 1ccf4dc commit 10043c6

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

pom.xml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -397,38 +397,6 @@
397397
</build>
398398

399399
<profiles>
400-
<profile>
401-
<id>pre16</id>
402-
<activation>
403-
<jdk>(,16)</jdk>
404-
</activation>
405-
<properties>
406-
<derby.version>10.15.2.0</derby.version>
407-
<mssql-jdbc.version>12.4.2.jre8</mssql-jdbc.version>
408-
</properties>
409-
<build>
410-
<pluginManagement>
411-
<plugins>
412-
<plugin>
413-
<groupId>org.apache.maven.plugins</groupId>
414-
<artifactId>maven-compiler-plugin</artifactId>
415-
<configuration>
416-
<testExcludes>
417-
<testExclude>**/record_type/*.java</testExclude>
418-
</testExcludes>
419-
</configuration>
420-
</plugin>
421-
<plugin>
422-
<groupId>net.revelc.code</groupId>
423-
<artifactId>impsort-maven-plugin</artifactId>
424-
<configuration>
425-
<skip>true</skip>
426-
</configuration>
427-
</plugin>
428-
</plugins>
429-
</pluginManagement>
430-
</build>
431-
</profile>
432400
<profile>
433401
<id>16</id>
434402
<activation>

0 commit comments

Comments
 (0)