This is an automated email from the ASF dual-hosted git repository.
davidb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new bd89907 Update Web Console parent pom to felix-parent 6
bd89907 is described below
commit bd89907b6ccfd19c00b338fd4013312c213c67c9
Author: David Bosschaert <[email protected]>
AuthorDate: Thu Apr 2 11:22:46 2020 +0100
Update Web Console parent pom to felix-parent 6
As the unit test dependencies are not in the parent pom any more, these
are now brought into the component pom.
---
webconsole/pom.xml | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index cb7df48..c4e5cdc 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>felix-parent</artifactId>
- <version>4</version>
+ <version>6</version>
<relativePath>../pom/pom.xml</relativePath>
</parent>
@@ -416,5 +416,18 @@
<scope>provided</scope>
<optional>true</optional>
</dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <version>1.10.19</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>