Skip to content

Commit a3dc12d

Browse files
committed
Drop unused jdk7 profile from pom.xml.
This is no longer needed after 6bd153e.
1 parent 1a8c115 commit a3dc12d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,6 @@
4949
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5050
</properties>
5151
<profiles>
52-
<profile>
53-
<id>jdk17andolder</id>
54-
<activation>
55-
<jdk>[1.3,1.8)</jdk>
56-
</activation>
57-
<properties>
58-
<maven.compiler.source>1.5</maven.compiler.source>
59-
<maven.compiler.target>1.5</maven.compiler.target>
60-
</properties>
61-
</profile>
6252
<profile>
6353
<id>jdk18</id>
6454
<activation>

0 commit comments

Comments
 (0)