File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<project xmlns =" http://maven.apache.org/POM/4.0.0"
2- 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" >
2+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
34 <modelVersion >4.0.0</modelVersion >
45
56 <groupId >com.browserstack</groupId >
4344 <build >
4445 <plugins >
4546 <plugin >
47+ <groupId >org.apache.maven.plugins</groupId >
4648 <artifactId >maven-dependency-plugin</artifactId >
47- <executions >
49+ <version >2.8</ version > < executions >
4850 <execution >
4951 <id >getClasspathFilenames</id >
5052 <goals >
6971 <plugin >
7072 <groupId >org.apache.maven.plugins</groupId >
7173 <artifactId >maven-compiler-plugin</artifactId >
72- <configuration >
74+ <version >3.8.1</ version > < configuration >
7375 <source >${maven.compiler.source} </source >
7476 <target >${maven.compiler.target} </target >
7577 </configuration >
You can’t perform that action at this time.
0 commit comments