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 569e8cefb6e6c10fac026a063d1196f8fc02479c Author: juanpablo <[email protected]> AuthorDate: Wed Mar 11 19:09:18 2020 +0100 add adapter module to main war --- jspwiki-war/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jspwiki-war/pom.xml b/jspwiki-war/pom.xml index cd661db..5b83a9a 100644 --- a/jspwiki-war/pom.xml +++ b/jspwiki-war/pom.xml @@ -44,6 +44,12 @@ </dependency> <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>jspwiki-210-adapters</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <scope>provided</scope>
