This is an automated email from the ASF dual-hosted git repository.
juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git
The following commit(s) were added to refs/heads/master by this push:
new c24f99b add back needed dependency to make wro4j work
c24f99b is described below
commit c24f99b9b98f99205570f7ce49319eee25e99132
Author: Juan Pablo Santos RodrÃguez <[email protected]>
AuthorDate: Mon Jan 4 20:42:43 2021 +0100
add back needed dependency to make wro4j work
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index 2d4bbe3..0afc839 100644
--- a/pom.xml
+++ b/pom.xml
@@ -668,6 +668,13 @@
<jsDestinationFolder>${project.build.directory}/generated-sources/wro/scripts</jsDestinationFolder>
<wroManagerFactory>ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory</wroManagerFactory>
</configuration>
+ <dependencies><!--
https://github.com/wro4j/wro4j/issues/1039#issuecomment-382474533 -->
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>2.18.0</version>
+ </dependency>
+ </dependencies>
</plugin>
<plugin>