Skip to content

Commit d6fe06a

Browse files
committed
Drop maven profile for JDK 9 and 10
Related with gh-306
1 parent 4e2765f commit d6fe06a

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
@@ -127,34 +127,6 @@
127127
</build>
128128

129129
<profiles>
130-
<profile>
131-
<id>jdk9</id>
132-
<activation>
133-
<jdk>9</jdk>
134-
</activation>
135-
<dependencies>
136-
<dependency>
137-
<groupId>javax.annotation</groupId>
138-
<artifactId>javax.annotation-api</artifactId>
139-
<version>1.3.2</version>
140-
<scope>test</scope>
141-
</dependency>
142-
</dependencies>
143-
</profile>
144-
<profile>
145-
<id>jdk10</id>
146-
<activation>
147-
<jdk>10</jdk>
148-
</activation>
149-
<dependencies>
150-
<dependency>
151-
<groupId>javax.annotation</groupId>
152-
<artifactId>javax.annotation-api</artifactId>
153-
<version>1.3.2</version>
154-
<scope>test</scope>
155-
</dependency>
156-
</dependencies>
157-
</profile>
158130
<profile>
159131
<id>jdk11</id>
160132
<activation>

0 commit comments

Comments
 (0)