File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change 397
397
</build >
398
398
399
399
<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 >
432
400
<profile >
433
401
<id >16</id >
434
402
<activation >
You can’t perform that action at this time.
0 commit comments