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 6a81e765cedad576bb229fd02e7f8a29a3137881 Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Thu Dec 2 16:56:36 2021 +0100 introduce jspwiki-cache in the build --- jspwiki-main/pom.xml | 16 ++++++---------- pom.xml | 1 + 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/jspwiki-main/pom.xml b/jspwiki-main/pom.xml index 50bc0c0..129061c 100644 --- a/jspwiki-main/pom.xml +++ b/jspwiki-main/pom.xml @@ -49,6 +49,12 @@ </dependency> <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>jspwiki-cache</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> <groupId>xmlrpc</groupId> <artifactId>xmlrpc</artifactId> </dependency> @@ -96,16 +102,6 @@ </dependency> <dependency> - <groupId>net.sf.ehcache</groupId> - <artifactId>ehcache</artifactId> - </dependency> - - <dependency> <!-- ehcache brings slf4j, so we route it to log4j2 --> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j-impl</artifactId> - </dependency> - - <dependency> <groupId>oro</groupId> <artifactId>oro</artifactId> </dependency> diff --git a/pom.xml b/pom.xml index 24264c0..091a1fa 100644 --- a/pom.xml +++ b/pom.xml @@ -128,6 +128,7 @@ <module>jspwiki-event</module> <module>jspwiki-api</module> <module>jspwiki-bootstrap</module> + <module>jspwiki-cache</module> <module>jspwiki-main</module> <module>jspwiki-markdown</module> <module>jspwiki-tika-searchprovider</module>
