Skip to content

Commit

Permalink
#24851 removing classes, tests, dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyDotcms committed Aug 3, 2023
1 parent 0956cf6 commit 6ed80b7
Show file tree
Hide file tree
Showing 23 changed files with 9 additions and 2,490 deletions.
19 changes: 4 additions & 15 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -791,21 +791,10 @@
Cluster Support
*****************************
-->
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-all</artifactId>
<version>3.12.13</version>
</dependency>
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-kubernetes</artifactId>
<version>1.2.2</version>
<exclusions>
<exclusion>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast</artifactId>
</exclusion>
</exclusions>
<dependency>
<groupId>dnsjava</groupId>
<artifactId>dnsjava</artifactId>
<version>2.1.8</version>
</dependency>

<dependency>
Expand Down
4 changes: 0 additions & 4 deletions dotCMS/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@ dependencies {
}
implementation (group: 'com.graphql-java', name: 'java-dataloader', version: '2.1.1'){}
implementation (group: 'com.h2database', name: 'h2', version: '1.3.176'){}
implementation (group: 'com.hazelcast', name: 'hazelcast-all', version: '3.12.13'){}
implementation (group: 'com.hazelcast', name: 'hazelcast-kubernetes', version: '1.2.2') {
exclude group: 'com.hazelcast', module: 'hazelcast'
}
implementation (group: 'com.impossibl.pgjdbc-ng', name: 'pgjdbc-ng', version: '0.8.9'){}
implementation (group: 'com.impossibl.pgjdbc-ng', name: 'spy', version: '0.8.9'){}
implementation (group: 'com.jayway.jsonpath', name: 'json-path', version: '2.4.0'){}
Expand Down
8 changes: 2 additions & 6 deletions dotCMS/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -631,12 +631,8 @@
*****************************
-->
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-all</artifactId>
</dependency>
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-kubernetes</artifactId>
<groupId>dnsjava</groupId>
<artifactId>dnsjava</artifactId>
</dependency>

<dependency>
Expand Down
1 change: 0 additions & 1 deletion dotCMS/src/integration-test/java/com/dotcms/MainSuite.java
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@
com.dotmarketing.business.VersionableAPITest.class,
com.dotmarketing.business.UserAPITest.class,
com.dotmarketing.business.portal.PortletAPIImplTest.class,
com.dotmarketing.business.cache.provider.guava.CachePerformanceTest.class,
com.dotmarketing.business.web.LanguageWebApiTest.class,
com.dotmarketing.business.IdentifierFactoryTest.class,
com.dotmarketing.business.IdentifierAPITest.class,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
com.dotmarketing.business.VersionableAPITest.class,
com.dotmarketing.business.UserAPITest.class,
com.dotmarketing.business.portal.PortletAPIImplTest.class,
com.dotmarketing.business.cache.provider.guava.CachePerformanceTest.class,
com.dotmarketing.business.web.LanguageWebApiTest.class,
com.dotmarketing.business.IdentifierFactoryTest.class,
com.dotmarketing.business.IdentifierAPITest.class,
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -517,8 +517,6 @@ cache.contentletcache.chain =com.dotmarketing.business.cache.provider.caffin
cache.velocitycache.chain =com.dotmarketing.business.cache.provider.caffine.CaffineCache,com.dotmarketing.business.cache.provider.h22.H22Cache
cache.vanityurlcache.chain =com.dotmarketing.business.cache.provider.timedcache.TimedCacheProvider
cache.cachedvanityurlgroup.chain=com.dotmarketing.business.cache.provider.timedcache.TimedCacheProvider
#cache.default.chain=com.dotmarketing.business.cache.provider.hazelcast.HazelcastCacheProviderEmbedded
#cache.default.chain=com.dotmarketing.business.cache.provider.hazelcast.HazelcastCacheProviderClient

CACHE_INVALIDATION_TRANSPORT_CLASS=com.dotmarketing.business.jgroups.NullTransport

Expand Down

0 comments on commit 6ed80b7

Please sign in to comment.