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 a0d77e30d854f4db9d3746f70de1be675a054bc5 Author: juanpablo <[email protected]> AuthorDate: Tue Mar 31 19:23:41 2020 +0200 add jspwiki-bootstrap module --- jspwiki-war/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jspwiki-war/pom.xml b/jspwiki-war/pom.xml index 5b83a9a..d5e7e9b 100644 --- a/jspwiki-war/pom.xml +++ b/jspwiki-war/pom.xml @@ -33,6 +33,12 @@ <dependencies> <dependency> <groupId>${project.groupId}</groupId> + <artifactId>jspwiki-bootstrap</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> + <groupId>${project.groupId}</groupId> <artifactId>jspwiki-main</artifactId> <version>${project.version}</version> </dependency>
