mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 21:25:38 +00:00
bug5792: introduce org.hamcrest-2.2.0, remove gwt-dev deps
This commit is contained in:
@@ -13,8 +13,8 @@ Require-Bundle: com.sap.sailing.domain;bundle-version="1.0.0",
|
||||
com.sap.sailing.domain.shared.android,
|
||||
org.json.simple,
|
||||
org.mockito.mockito-core;bundle-version="1.9.5",
|
||||
org.hamcrest;bundle-version="1.1.0",
|
||||
org.objenesis;bundle-version="1.3.0",
|
||||
com.sap.sse.common,
|
||||
com.sap.sse.shared.android,
|
||||
com.sap.sse.security.common
|
||||
com.sap.sse.security.common,
|
||||
org.hamcrest;bundle-version="2.2.0"
|
||||
|
||||
-1
@@ -20,7 +20,6 @@ import com.sap.sse.common.Util.Pair;
|
||||
import com.sap.sse.shared.json.JsonDeserializationException;
|
||||
import com.sap.sse.shared.json.JsonDeserializer;
|
||||
|
||||
|
||||
public class FlatSmartphoneUuidAndGPSFixMovingJsonDeserializerTest {
|
||||
@Test
|
||||
public void deserialize() throws JsonDeserializationException, ParseException {
|
||||
|
||||
Reference in New Issue
Block a user