Skip to content

Commit 59229e3

Browse files
committed
Drop maven profile for JDK7 #1207
1 parent 4cf9c5a commit 59229e3

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

pom.xml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -380,32 +380,4 @@
380380
</testResources>
381381
</build>
382382

383-
<profiles>
384-
<profile>
385-
<id>java17</id>
386-
<activation>
387-
<jdk>1.7</jdk>
388-
</activation>
389-
<properties>
390-
<maven.compiler.testTarget>1.7</maven.compiler.testTarget>
391-
<maven.compiler.testSource>1.7</maven.compiler.testSource>
392-
<maven.compiler.testCompilerArgument />
393-
</properties>
394-
<build>
395-
<pluginManagement>
396-
<plugins>
397-
<plugin>
398-
<groupId>org.apache.maven.plugins</groupId>
399-
<artifactId>maven-compiler-plugin</artifactId>
400-
<configuration>
401-
<testExcludes>
402-
<testExclude>**/usesjava8/**/*.java</testExclude>
403-
</testExcludes>
404-
</configuration>
405-
</plugin>
406-
</plugins>
407-
</pluginManagement>
408-
</build>
409-
</profile>
410-
</profiles>
411383
</project>

0 commit comments

Comments
 (0)