File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 127
127
</build >
128
128
129
129
<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 >
158
130
<profile >
159
131
<id >jdk11</id >
160
132
<activation >
You can’t perform that action at this time.
0 commit comments