Skip to content

Commit

Permalink
feat: Centralize Cache configuration in Meeds package - MEED-7742 - M…
Browse files Browse the repository at this point in the history
…eeds-io/meeds#2537 (#667)

This change will centralize the Cache configuration into Meeds package
to ease its maintainability and evolutivity. In fact, this will allow to
override the Meeds caches configurations by one single file override.
  • Loading branch information
boubaker committed Nov 14, 2024
1 parent 66ec282 commit 6d9b8ab
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 117 deletions.
4 changes: 0 additions & 4 deletions commons-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils-core</artifactId>
</exclusion>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
xmlns="http://www.exoplatform.org/xml/ns/kernel_1_2.xsd">
<import>war:/conf/commons-extension/cometd-configuration.xml</import>
<import>war:/conf/commons-extension/common-configuration.xml</import>
<import>war:/conf/commons-extension/cache-configuration.xml</import>
<import>war:/conf/commons-extension/webui-configuration.xml</import>
<import>war:/conf/commons-extension/notification-configuration.xml</import>
<import>war:/conf/commons-extension/resource-bundle-configuration.xml</import>
Expand Down

0 comments on commit 6d9b8ab

Please sign in to comment.