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
commit f67e60aa1ae10d571a3ca9ec07e740fc5522dd6a Author: juanpablo <[email protected]> AuthorDate: Wed Mar 11 18:59:53 2020 +0100 jspwiki-event and jspwiki-api as dependencies of jspwiki-main --- jspwiki-main/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/jspwiki-main/pom.xml b/jspwiki-main/pom.xml index 63e4ba1..e1deb07 100644 --- a/jspwiki-main/pom.xml +++ b/jspwiki-main/pom.xml @@ -37,6 +37,18 @@ </dependency> <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>jspwiki-event</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>jspwiki-api</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> <groupId>xmlrpc</groupId> <artifactId>xmlrpc</artifactId> </dependency>
