Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <github@klug.nrw>
  • Loading branch information
J-N-K committed Jan 3, 2023
1 parent 0528af9 commit c076598
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2010-2022 Contributors to the openHAB project
* Copyright (c) 2010-2023 Contributors to the openHAB project
*
* See the NOTICE file(s) distributed with this work for additional
* information.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2010-2022 Contributors to the openHAB project
* Copyright (c) 2010-2023 Contributors to the openHAB project
*
* See the NOTICE file(s) distributed with this work for additional
* information.
Expand Down
3 changes: 2 additions & 1 deletion itests/org.openhab.core.io.rest.core.tests/itest.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,5 @@ Fragment-Host: org.openhab.core.io.rest.core
org.openhab.core.transform;version='[4.0.0,4.0.1)',\
com.google.gson;version='[2.9.1,2.9.2)',\
org.objectweb.asm;version='[9.4.0,9.4.1)',\
com.fasterxml.woodstox.woodstox-core;version='[6.4.0,6.4.1)'
com.fasterxml.woodstox.woodstox-core;version='[6.4.0,6.4.1)',\
org.openhab.core.io.jetty.certificate;version='[4.0.0,4.0.1)'
4 changes: 3 additions & 1 deletion itests/org.openhab.core.model.core.tests/itest.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,6 @@ Fragment-Host: org.openhab.core.model.core
org.eclipse.xtext.util;version='[2.29.0,2.29.1)',\
org.eclipse.xtext.xbase;version='[2.29.0,2.29.1)',\
org.eclipse.xtext.xbase.lib;version='[2.29.0,2.29.1)',\
org.objectweb.asm;version='[9.4.0,9.4.1)'
org.objectweb.asm;version='[9.4.0,9.4.1)',\
org.apache.log4j;version='[1.2.19,1.2.20)',\
org.openhab.core.model.item.runtime;version='[4.0.0,4.0.1)'
3 changes: 2 additions & 1 deletion itests/org.openhab.core.model.item.tests/itest.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,5 @@ Fragment-Host: org.openhab.core.model.item
org.eclipse.xtext.util;version='[2.29.0,2.29.1)',\
org.eclipse.xtext.xbase;version='[2.29.0,2.29.1)',\
org.eclipse.xtext.xbase.lib;version='[2.29.0,2.29.1)',\
org.objectweb.asm;version='[9.4.0,9.4.1)'
org.objectweb.asm;version='[9.4.0,9.4.1)',\
org.apache.log4j;version='[1.2.19,1.2.20)'
4 changes: 3 additions & 1 deletion itests/org.openhab.core.model.rule.tests/itest.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,7 @@ Fragment-Host: org.openhab.core.model.rule.runtime
org.eclipse.xtext.util;version='[2.29.0,2.29.1)',\
org.eclipse.xtext.xbase;version='[2.29.0,2.29.1)',\
org.eclipse.xtext.xbase.lib;version='[2.29.0,2.29.1)',\
org.objectweb.asm;version='[9.4.0,9.4.1)'
org.objectweb.asm;version='[9.4.0,9.4.1)',\
org.apache.log4j;version='[1.2.19,1.2.20)',\
org.openhab.core.model.item.runtime;version='[4.0.0,4.0.1)'
-runblacklist: bnd.identity;id='jakarta.activation-api'
4 changes: 3 additions & 1 deletion itests/org.openhab.core.model.script.tests/itest.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,6 @@ Fragment-Host: org.openhab.core.model.script
org.eclipse.xtext.util;version='[2.29.0,2.29.1)',\
org.eclipse.xtext.xbase;version='[2.29.0,2.29.1)',\
org.eclipse.xtext.xbase.lib;version='[2.29.0,2.29.1)',\
org.objectweb.asm;version='[9.4.0,9.4.1)'
org.objectweb.asm;version='[9.4.0,9.4.1)',\
org.apache.log4j;version='[1.2.19,1.2.20)',\
org.openhab.core.model.item.runtime;version='[4.0.0,4.0.1)'
3 changes: 2 additions & 1 deletion itests/org.openhab.core.model.thing.tests/itest.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,5 @@ Fragment-Host: org.openhab.core.model.thing
org.eclipse.xtext.util;version='[2.29.0,2.29.1)',\
org.eclipse.xtext.xbase;version='[2.29.0,2.29.1)',\
org.eclipse.xtext.xbase.lib;version='[2.29.0,2.29.1)',\
org.objectweb.asm;version='[9.4.0,9.4.1)'
org.objectweb.asm;version='[9.4.0,9.4.1)',\
org.apache.log4j;version='[1.2.19,1.2.20)'

0 comments on commit c076598

Please sign in to comment.