Skip to content

Commit 3499741

Browse files
committed
Merge pull request #19 from jharting/weld-classfilewriter
Use jboss-classfilewriter bundle when running with Weld
2 parents 10776c3 + 5eff319 commit 3499741

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pax-cdi-features/src/main/resources/features.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<bundle dependency="true">mvn:org.jboss.weld/weld-osgi-bundle/${weld2.version}</bundle>
2828
<bundle>mvn:org.jboss.logging/jboss-logging/3.1.3.GA</bundle>
2929
<bundle>mvn:com.google.guava/guava/${guava.version}</bundle>
30+
<bundle>mvn:org.jboss.classfilewriter/jboss-classfilewriter/1.1.1.Final</bundle>
3031
<bundle>mvn:org.ops4j.pax.cdi/pax-cdi-weld/${project.version}</bundle>
3132
</feature>
3233

pax-cdi-test-support/src/main/java/org/ops4j/pax/cdi/test/support/TestConfiguration.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ public static Option weld2Bundles() {
270270
workspaceBundle("org.ops4j.pax.cdi", "pax-cdi-weld"),
271271
mavenBundle("org.apache.xbean", "xbean-bundleutils", "4.1"),
272272
mavenBundle("org.jboss.logging", "jboss-logging", "3.1.3.GA"),
273+
mavenBundle("org.jboss.classfilewriter", "jboss-classfilewriter", "1.1.1.Final"),
273274
mavenBundle("com.google.guava", "guava", "13.0.1"),
274275
mavenBundle("javax.enterprise", "cdi-api").versionAsInProject(),
275276
mavenBundle("javax.annotation", "javax.annotation-api", "1.2"),

0 commit comments

Comments
 (0)