File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed
src/test/java/org/apache/aries/web/converter/itest Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change 4444 <asm .version>5.0.3</asm .version>
4545 <depends-maven-plugin .version>1.5.0</depends-maven-plugin .version>
4646 <exam .version>4.13.5</exam .version>
47- <org .apache.aries.blueprint.sample.version>1.0.0</org .apache.aries.blueprint.sample.version>
48- <org .apache.aries.blueprint.version>1.0.0</org .apache.aries.blueprint.version>
49- <org .apache.aries.proxy.version>1.1.14</org .apache.aries.proxy.version>
5047 <org .apache.aries.testsupport.unit.version>2.0.0-SNAPSHOT</org .apache.aries.testsupport.unit.version>
5148 <org .apache.aries.util.version>1.2.0-SNAPSHOT</org .apache.aries.util.version>
5249 <org .apache.aries.web.urlhandler.version>1.0.1-SNAPSHOT</org .apache.aries.web.urlhandler.version>
8380 <artifactId >junit</artifactId >
8481 <scope >provided</scope >
8582 </dependency >
86- <dependency >
87- <groupId >org.apache.aries.blueprint</groupId >
88- <artifactId >org.apache.aries.blueprint.sample</artifactId >
89- <scope >test</scope >
90- <version >${org.apache.aries.blueprint.sample.version} </version >
91- </dependency >
9283 <dependency >
9384 <groupId >org.apache.felix</groupId >
9485 <artifactId >org.apache.felix.configadmin</artifactId >
111102 <scope >test</scope >
112103 <version >${org.apache.aries.util.version} </version >
113104 </dependency >
114- <dependency >
115- <groupId >org.apache.aries.proxy</groupId >
116- <artifactId >org.apache.aries.proxy</artifactId >
117- <scope >test</scope >
118- <version >${org.apache.aries.proxy.version} </version >
119- </dependency >
120- <dependency >
121- <groupId >org.apache.aries.blueprint</groupId >
122- <artifactId >org.apache.aries.blueprint</artifactId >
123- <scope >test</scope >
124- <version >${org.apache.aries.blueprint.version} </version >
125- </dependency >
126105
127106 <!-- pax exam -->
128107 <dependency >
Original file line number Diff line number Diff line change @@ -127,7 +127,6 @@ public Option[] configuration() {
127127 mavenBundle ("org.apache.aries.web" , "org.apache.aries.web.urlhandler" ),
128128 mavenBundle ("org.apache.aries" , "org.apache.aries.util" ),
129129 mavenBundle ("org.ow2.asm" , "asm-debug-all" ),
130- mavenBundle ("org.apache.aries.proxy" , "org.apache.aries.proxy" ),
131130 mavenBundle ("org.apache.aries.testsupport" , "org.apache.aries.testsupport.unit" ));
132131 }
133132
You can’t perform that action at this time.
0 commit comments