mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 04:35:32 +00:00
added all dependencies of com.sap.sailing.server to com.sap.sailing.server.testsupport;
The RacingEventServiceImplMock used there is a replicable, and its classloader is used to resolve objects serialized during master data import and replication. This will only work if the same dependencies are mimiked that com.sap.sailing.server has; ugly, but this should work and let us use this mock class from several places Change-Id: I027deb457e83d18cd29d96458a3cfc198cbcec4a
This commit is contained in:
@@ -13,4 +13,25 @@ Require-Bundle: com.sap.sailing.server,
|
||||
com.sap.sse,
|
||||
com.sap.sse.replication,
|
||||
com.sap.sse.filestorage,
|
||||
com.sap.sailing.domain.persistence
|
||||
com.sap.sailing.domain.persistence,
|
||||
com.sap.sailing.expeditionconnector,
|
||||
com.sap.sailing.declination,
|
||||
com.sap.sse.mongodb,
|
||||
org.mongodb.mongo-java-driver;bundle-version="2.13.0",
|
||||
com.sap.sailing.domain.persistence,
|
||||
com.sap.sailing.domain.common,
|
||||
com.sap.sailing.udpconnector,
|
||||
com.sap.sailing.domain.shared.android,
|
||||
com.sap.sailing.server.gateway.serialization,
|
||||
com.sap.sse.common,
|
||||
com.sap.sse.operationaltransformation,
|
||||
com.sap.sse.replication,
|
||||
com.sap.sse,
|
||||
com.sap.sailing.server.gateway.serialization.shared.android,
|
||||
com.sap.sse.shared.android,
|
||||
com.sap.sse.filestorage,
|
||||
com.sap.sailing.simulator,
|
||||
com.sap.sse.security,
|
||||
org.apache.shiro.web;bundle-version="1.2.2",
|
||||
org.apache.shiro.core;bundle-version="1.2.2",
|
||||
javax.servlet;bundle-version="3.1.0"
|
||||
|
||||
Reference in New Issue
Block a user