You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2020/03/31 17:41:23 UTC

[jspwiki] 11/14: add jspwiki-bootstrap module

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 <ju...@apache.org>
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>