Skip to content

Commit edddeb0

Browse files
committed
Remove unnecessary 'java11' profile
The maven-failsafe-plugin issue seems fixed in 2.22, used by Spring Boot The selenium-standalone-server-plugin issue seems fixed in Ardesco/driver-binary-downloader-maven-plugin#76
1 parent a09d827 commit edddeb0

File tree

1 file changed

+0
-71
lines changed

1 file changed

+0
-71
lines changed

pom.xml

Lines changed: 0 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@
235235
<plugin>
236236
<groupId>org.apache.maven.plugins</groupId>
237237
<artifactId>maven-failsafe-plugin</artifactId>
238-
<version>2.20</version>
239238
<executions>
240239
<execution>
241240
<goals>
@@ -285,75 +284,5 @@
285284
</build>
286285
</profile>
287286

288-
<profile>
289-
<id>java11</id>
290-
<activation>
291-
<jdk>11</jdk>
292-
</activation>
293-
<properties>
294-
<maven.compiler.release>11</maven.compiler.release>
295-
</properties>
296-
<build>
297-
<pluginManagement>
298-
<plugins>
299-
<plugin>
300-
<artifactId>maven-surefire-plugin</artifactId>
301-
</plugin>
302-
<plugin>
303-
<artifactId>maven-failsafe-plugin</artifactId>
304-
<dependencies>
305-
<dependency>
306-
<groupId>javax.xml.bind</groupId>
307-
<artifactId>jaxb-api</artifactId>
308-
<version>2.2.11</version>
309-
</dependency>
310-
<dependency>
311-
<groupId>com.sun.xml.bind</groupId>
312-
<artifactId>jaxb-core</artifactId>
313-
<version>2.2.11</version>
314-
</dependency>
315-
<dependency>
316-
<groupId>com.sun.xml.bind</groupId>
317-
<artifactId>jaxb-impl</artifactId>
318-
<version>2.2.11</version>
319-
</dependency>
320-
<dependency>
321-
<groupId>com.sun.activation</groupId>
322-
<artifactId>javax.activation</artifactId>
323-
<version>1.2.0</version>
324-
</dependency>
325-
</dependencies>
326-
</plugin>
327-
<plugin>
328-
<groupId>com.lazerycode.selenium</groupId>
329-
<artifactId>driver-binary-downloader-maven-plugin</artifactId>
330-
<version>${driver.binary.downloader.maven.plugin.version}</version>
331-
<dependencies>
332-
<dependency>
333-
<groupId>javax.xml.bind</groupId>
334-
<artifactId>jaxb-api</artifactId>
335-
<version>2.2.11</version>
336-
</dependency>
337-
<dependency>
338-
<groupId>com.sun.xml.bind</groupId>
339-
<artifactId>jaxb-core</artifactId>
340-
<version>2.2.11</version>
341-
</dependency>
342-
<dependency>
343-
<groupId>com.sun.xml.bind</groupId>
344-
<artifactId>jaxb-impl</artifactId>
345-
<version>2.2.11</version>
346-
</dependency>
347-
<dependency>
348-
<groupId>com.sun.activation</groupId>
349-
<artifactId>javax.activation</artifactId>
350-
<version>1.2.0</version>
351-
</dependency>
352-
</dependencies>
353-
</plugin>
354-
</plugins>
355-
</pluginManagement>
356-
</build>
357-
</profile>
358287
</profiles>
359288
</project>

0 commit comments

Comments
 (0)