Skip to content

Commit daa81d6

Browse files
Latest qa-parent
1 parent 0c9c7ee commit daa81d6

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.github.bordertech.common</groupId>
1212
<artifactId>qa-parent</artifactId>
13-
<version>1.0.14</version>
13+
<version>1.0.15</version>
1414
</parent>
1515

1616
<packaging>jar</packaging>
@@ -55,19 +55,11 @@
5555
<artifactId>commons-lang3</artifactId>
5656
<version>3.9</version>
5757
</dependency>
58-
<!-- Commons config brings in servlet.api -->
59-
<dependency>
60-
<groupId>javax.servlet</groupId>
61-
<artifactId>servlet-api</artifactId>
62-
<version>2.5</version>
63-
<scope>provided</scope>
64-
</dependency>
6558
<!-- Junit -->
6659
<dependency>
6760
<groupId>org.junit.vintage</groupId>
6861
<artifactId>junit-vintage-engine</artifactId>
6962
</dependency>
7063
</dependencies>
7164

72-
7365
</project>

0 commit comments

Comments
 (0)