Skip to content

Commit

Permalink
feat: Cleanup Dependencies to rely on Spring Dependencies Tree - Meed…
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker committed Jan 15, 2024
1 parent 2983367 commit 9786910
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -779,4 +779,9 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<dropColumn tableName="GAMIFICATION_RULE" columnName="EVENT" />
</changeSet>

<changeSet author="exo-gamification" id="1.0.0-71" dbms="hsqldb">
<createSequence sequenceName="SEQ_GAMIFICATION_EVENTS_ID" startValue="1"/>
<createSequence sequenceName="SEQ_GAMIFICATION_CONNECTOR_ACCOUNTS_ID" startValue="1"/>
</changeSet>

</databaseChangeLog>
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@

@ConfiguredBy({ @ConfigurationUnit(scope = ContainerScope.ROOT, path = "conf/configuration.xml"),
@ConfigurationUnit(scope = ContainerScope.PORTAL, path = "conf/portal/configuration.xml"),
@ConfigurationUnit(scope = ContainerScope.PORTAL, path = "conf/standalone/gamification-test-configuration.xml"), })
@ConfigurationUnit(scope = ContainerScope.PORTAL, path = "conf/portal/gamification-test-configuration.xml"),
})
public abstract class AbstractServiceTest extends BaseExoTestCase { // NOSONAR

public static final String GAMIFICATION_DOMAIN = "TeamWork";
Expand Down

0 comments on commit 9786910

Please sign in to comment.