Skip to content

Commit e98c8a9

Browse files
Update Maven Surefire and Dependency plugin versions
1 parent 7a74ccc commit e98c8a9

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

pom.xml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23
<modelVersion>4.0.0</modelVersion>
34

45
<groupId>com.browserstack</groupId>
@@ -44,19 +45,23 @@
4445
<target>1.8</target>
4546
</configuration>
4647
</plugin>
48+
4749
<plugin>
4850
<groupId>org.apache.maven.plugins</groupId>
4951
<artifactId>maven-surefire-plugin</artifactId>
5052
<version>3.2.5</version>
5153
<configuration>
5254
<suiteXmlFiles>
5355
<suiteXmlFile>testng.xml</suiteXmlFile>
54-
</suiteXmlFiles><argLine>-javaagent:"${com.browserstack:browserstack-java-sdk:jar}"</argLine>
56+
</suiteXmlFiles>
57+
<argLine>-javaagent:"${com.browserstack:browserstack-java-sdk:jar}"</argLine>
5558
</configuration>
5659
</plugin>
60+
5761
<plugin>
62+
<groupId>org.apache.maven.plugins</groupId>
5863
<artifactId>maven-dependency-plugin</artifactId>
59-
<version>3.3.0</version>
64+
<version>3.1.0</version>
6065
<executions>
6166
<execution>
6267
<id>getClasspathFilenames</id>
@@ -68,4 +73,4 @@
6873
</plugin>
6974
</plugins>
7075
</build>
71-
</project>
76+
</project>

0 commit comments

Comments
 (0)