Skip to content

Commit 6da39d4

Browse files
authored
Merge pull request #2 from BrowserStackCE/Updated
pom.xml update - lgtm
2 parents 9baf37d + f2aab28 commit 6da39d4

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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>
@@ -43,8 +44,9 @@
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>
@@ -69,7 +71,7 @@
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>

0 commit comments

Comments
 (0)