This is an automated email from the ASF dual-hosted git repository.
rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-component-dsl.git
The following commit(s) were added to refs/heads/master by this push:
new 5436131 make the test bundle a fragment so we don't have to embed or
change API of dsl to test internals
5436131 is described below
commit 5436131d5a26cd813fd6359cf0078524dfb124f2
Author: Raymond Augé <[email protected]>
AuthorDate: Wed Mar 2 18:19:57 2022 -0500
make the test bundle a fragment so we don't have to embed or change API of
dsl to test internals
Signed-off-by: Raymond Augé <[email protected]>
---
itests/itest.bndrun | 1 +
itests/pom.xml | 5 ++---
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/itests/itest.bndrun b/itests/itest.bndrun
index 7dae60f..04ab7f1 100644
--- a/itests/itest.bndrun
+++ b/itests/itest.bndrun
@@ -32,6 +32,7 @@
begin=-1
-runbundles: \
+ org.apache.aries.component-dsl.component-dsl;version='[2.0.0,2.0.1)',\
org.apache.aries.component-dsl.itests-tests;version='[2.0.0,2.0.1)',\
org.apache.felix.configadmin;version='[1.9.22,1.9.23)',\
org.apache.servicemix.bundles.junit;version='[4.13.2,4.13.3)'
diff --git a/itests/pom.xml b/itests/pom.xml
index 5c3d321..9f0d74f 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -39,7 +39,7 @@
<groupId>org.apache.aries.component-dsl</groupId>
<artifactId>org.apache.aries.component-dsl.component-dsl</artifactId>
<version>${project.version}</version>
- <scope>provided</scope>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
@@ -74,8 +74,7 @@
</goals>
<configuration>
<bnd><![CDATA[
-
-includepackage: \
-
org.apache.aries.component.dsl.*;-split-package:=merge-first
+ Fragment-Host:
org.apache.aries.component-dsl.component-dsl
]]></bnd>
<testCases>junit4</testCases>
</configuration>