Skip to content

Commit

Permalink
Resolve itest.bndrun for Jollyday downgrade (openhab#6359)
Browse files Browse the repository at this point in the history
* Resolve itest.bndrun for Jollyday downgrade

Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn authored and roieg committed Dec 26, 2019
1 parent 40b37ca commit 828d2cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import org.osgi.framework.BundleContext;

/**
* @author Gaël L'hopital
* @author Gaël L'hopital - Initial contribution
*/
public class MapTransformationServiceTest {

Expand Down Expand Up @@ -91,7 +91,6 @@ public void tearDown() throws IOException {

@Test
public void testTransformByMap() throws Exception {

// Test that we find a translation in an existing file
String transformedResponse = processor.transform(EXISTING_FILENAME_DE, SOURCE_CLOSED);
Assert.assertEquals("zu", transformedResponse);
Expand Down
4 changes: 2 additions & 2 deletions itests/org.openhab.io.hueemulation.tests/itest.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ Fragment-Host: org.openhab.io.hueemulation
tec.uom.se;version='[1.0.10,1.0.11)',\
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
org.apache.servicemix.bundles.jaxb-impl;version='[2.2.11,2.2.12)',\
jollyday;version='[0.5.9,0.5.10)',\
org.openhab.core.ephemeris;version='[2.5.0,2.5.1)',\
org.objectweb.asm;version='[7.1.0,7.1.1)',\
org.objectweb.asm.commons;version='[7.1.0,7.1.1)',\
org.objectweb.asm.tree;version='[7.1.0,7.1.1)',\
org.threeten.extra;version='[1.5.0,1.5.1)'
jollyday;version='[0.5.8,0.5.9)',\
org.threeten.extra;version='[1.4.0,1.4.1)'
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,7 @@ Import-Package: \\
</executions>
</plugin>

<!-- This plugin's configuration is used to store Eclipse m2e settings
only. -->
<!-- This plugin's configuration is used to store Eclipse m2e settings only. -->
<!-- It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
Expand Down

0 comments on commit 828d2cb

Please sign in to comment.