File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 375375 </dependency >
376376 </dependencies >
377377 </dependencyManagement >
378- <dependencies >
379- <dependency >
380- <groupId >org.ops4j.pax.web</groupId >
381- <artifactId >pax-web-spi</artifactId >
382- <version >${pax.web.version} </version >
383- <exclusions >
384- <exclusion >
385- <groupId >commons-io</groupId >
386- <artifactId >commons-io</artifactId >
387- </exclusion >
388- </exclusions >
389- </dependency >
390- <dependency >
391- <groupId >org.osgi</groupId >
392- <artifactId >osgi.core</artifactId >
393- <version >${osgi.enterprise.version} </version >
394- </dependency >
395- <dependency >
396- <groupId >org.osgi</groupId >
397- <artifactId >osgi.cmpn</artifactId >
398- <version >${osgi.compendium.version} </version >
399- </dependency >
400- </dependencies >
401378 <modules >
402379 <module >measure</module >
403380 <module >common</module >
Original file line number Diff line number Diff line change 9393 <groupId >org.osgi</groupId >
9494 <artifactId >osgi.core</artifactId >
9595 </dependency >
96+ <dependency >
97+ <groupId >org.ops4j.pax.web</groupId >
98+ <artifactId >pax-web-spi</artifactId >
99+ <version >${pax.web.version} </version >
100+ <exclusions >
101+ <exclusion >
102+ <groupId >commons-io</groupId >
103+ <artifactId >commons-io</artifactId >
104+ </exclusion >
105+ </exclusions >
106+ </dependency >
96107 </dependencies >
97108 <build >
98109 <plugins >
You can’t perform that action at this time.
0 commit comments