File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 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 >
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 >
6873 </plugin >
6974 </plugins >
7075 </build >
71- </project >
76+ </project >
You can’t perform that action at this time.
0 commit comments