File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
blueprint/itests/blueprint-itests
src/test/java/org/apache/aries/blueprint/itests Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 5656 <commons-jexl .version>2.1.1</commons-jexl .version>
5757 <depends-maven-plugin .version>1.5.0</depends-maven-plugin .version>
5858 <maven-surefire-plugin .version>3.5.2</maven-surefire-plugin .version>
59+ <objenesis .version>3.4</objenesis .version>
5960 <org .apache.aries.proxy.version>1.1.15-SNAPSHOT</org .apache.aries.proxy.version>
6061 <org .apache.aries.quiesce.api.version>1.0.1-SNAPSHOT</org .apache.aries.quiesce.api.version>
6162 <org .apache.aries.testsupport.unit.version>2.0.0-SNAPSHOT</org .apache.aries.testsupport.unit.version>
107108 <artifactId >org.apache.aries.proxy</artifactId >
108109 <version >${org.apache.aries.proxy.version} </version >
109110 </dependency >
111+ <dependency >
112+ <groupId >org.objenesis</groupId >
113+ <artifactId >objenesis</artifactId >
114+ <version >${objenesis.version} </version >
115+ <scope >test</scope >
116+ </dependency >
110117 <dependency >
111118 <groupId >org.apache.servicemix.bundles</groupId >
112119 <artifactId >org.apache.servicemix.bundles.spring-context</artifactId >
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ public static Option blueprintBundles(boolean startBlueprint) {
6565 mvnBundle ("org.apache.felix" , "org.apache.felix.configadmin" ),
6666 mvnBundle ("org.ops4j.pax.url" , "pax-url-aether" ),
6767 mvnBundle ("org.apache.aries.testsupport" , "org.apache.aries.testsupport.unit" ),
68+ mvnBundle ("org.objenesis" , "objenesis" ),
6869 mvnBundle ("org.apache.aries.proxy" , "org.apache.aries.proxy" ),
6970 mvnBundle ("org.apache.commons" , "commons-jexl" ),
7071 mvnBundle ("org.apache.aries.blueprint" , "org.apache.aries.blueprint.jexl.evaluator" ),
You can’t perform that action at this time.
0 commit comments