Skip to content

Commit

Permalink
fix common beans dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dahoeck committed Nov 29, 2023
1 parent 6453fab commit e5fd6dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion feedback-hub-searchmetrics-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</dependency>
<dependency>
<groupId>com.coremedia.cms</groupId>
<artifactId>common.beans-for-plugins</artifactId>
<artifactId>common.beans-for-plugins-container</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.coremedia.labs.plugins.searchmetrics;

import com.coremedia.cap.common.CapConnection;
import com.coremedia.cms.common.plugins.beans_for_plugins.CommonBeansForPluginsConfiguration;
import com.coremedia.cms.common.plugins.beans_for_plugins2.CommonBeansForPluginsConfiguration;
import com.coremedia.labs.plugins.searchmetrics.helper.BriefingAssigments;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
Expand Down
1 change: 1 addition & 0 deletions studio-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
<dependency>
<groupId>com.coremedia.cms</groupId>
<artifactId>common.beans-for-plugins-container</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.coremedia.ui</groupId>
Expand Down

0 comments on commit e5fd6dd

Please sign in to comment.