We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c9c7ee + daa81d6 commit 43a0005Copy full SHA for 43a0005
pom.xml
@@ -10,7 +10,7 @@
10
<parent>
11
<groupId>com.github.bordertech.common</groupId>
12
<artifactId>qa-parent</artifactId>
13
- <version>1.0.14</version>
+ <version>1.0.15</version>
14
</parent>
15
16
<packaging>jar</packaging>
@@ -55,19 +55,11 @@
55
<artifactId>commons-lang3</artifactId>
56
<version>3.9</version>
57
</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>
65
<!-- Junit -->
66
<dependency>
67
<groupId>org.junit.vintage</groupId>
68
<artifactId>junit-vintage-engine</artifactId>
69
70
</dependencies>
71
72
-
73
</project>
0 commit comments