Skip to content

Commit

Permalink
Revert "#27453 Include Experience plugin as dependency (#27543)"
Browse files Browse the repository at this point in the history
This reverts commit 68d7522.
  • Loading branch information
dsilvam committed Feb 9, 2024
1 parent 72a3d00 commit 4f581a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
9 changes: 0 additions & 9 deletions dotCMS/src/main/resources/osgi/system/osgi-extra.conf
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ com.liferay.util.format,
com.dotcms.cache.transport,
com.dotmarketing.portlets.links.action,
org.apache.velocity.texen,
org.elasticsearch.common.unit,
com.dotcms.content.elasticsearch.business,
com.dotcms.system.event.local.business;version=0.1.0,
com.dotcms.rendering.velocity.viewtools,
Expand Down Expand Up @@ -400,8 +399,6 @@ com.dotmarketing.portlets.linkchecker.bean,
com.dotcms.enterprise.achecker.validation,
org.apache.velocity.texen.util,
com.dotcms.concurrent,
com.dotcms.concurrent.lock,
com.dotcms.http,
com.dotcms.visitor.domain,
com.dotmarketing.portlets.linkchecker.util,
com.dotmarketing.portlets.workflowmessages.struts,
Expand Down Expand Up @@ -575,9 +572,6 @@ com.dotmarketing.portlets.report.action,
com.dotmarketing.common.reindex,
com.dotmarketing.business.cache.provider.timedcache,
com.dotmarketing.portlets.calendar.model,
com.fasterxml.jackson.annotation,
com.fasterxml.jackson.core,
com.fasterxml.jackson.databind.json,
org.osgi.framework,
org.osgi.framework.wiring,
org.osgi.service.packageadmin,
Expand Down Expand Up @@ -656,7 +650,6 @@ org.apache.commons.codec.digest;version=0.1.0,
org.apache.commons.io;version=0.1.0,
org.apache.commons.io.input;version=0.1.0,
org.apache.commons.lang;version=0.1.0,
org.apache.commons.lang.math;0.1.0,
org.apache.http;version=0.1.0,
org.apache.http.auth;version=0.1.0,
org.apache.http.client;version=0.1.0,
Expand All @@ -674,7 +667,6 @@ org.apache.http.impl.client.cache;version=0.1.0,
org.apache.http.params;version=0.1.0,
org.apache.http.protocol;version=0.1.0,
org.apache.http.util;version=0.1.0,
org.apache.logging.log4j.core.util;version=0.1.0,
org.apache.velocity;version=0.1.0,
org.apache.xml.dtm;version=0.1.0,
org.apache.xml.utils;version=0.1.0,
Expand All @@ -697,7 +689,6 @@ org.glassfish.jersey.internal.util;version=0.1.0,
org.glassfish.jersey.internal.util.collection;version=0.1.0,
org.glassfish.jersey.message;version=0.1.0,
org.glassfish.jersey.message.internal;version=0.1.0,
org.glassfish.jersey.server;version=0.1.0,
org.joda.convert;version=0.1.0,
org.ldaptive;version=0.1.0,
org.ldaptive.ext;version=0.1.0,
Expand Down
13 changes: 0 additions & 13 deletions osgi-base/system-bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.dotcms.core.plugins</groupId>
<artifactId>com.dotcms.experience</artifactId>
<version>1.0</version>
<scope>provided</scope>

<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 4f581a3

Please sign in to comment.