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:
Axel Uhl
2016-06-14 16:48:13 +02:00
parent 05e621d89e
commit 81efcd480e
2 changed files with 23 additions and 2 deletions
@@ -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"