File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 <artifactId >sesame-rio-nquads</artifactId >
5151 <scope >test</scope >
5252 </dependency >
53- <dependency >
54- <groupId >org.apache.httpcomponents</groupId >
55- <artifactId >httpclient-osgi</artifactId >
56- </dependency >
57- <dependency >
58- <groupId >org.apache.httpcomponents</groupId >
59- <artifactId >httpcore-osgi</artifactId >
60- </dependency >
61- <!-- NOTE: Exclude this as a dependency if you are using slf4j-jcl. It
53+ <dependency >
54+ <groupId >org.apache.httpcomponents</groupId >
55+ <artifactId >httpclient-osgi</artifactId >
56+ </dependency >
57+ <dependency >
58+ <groupId >org.apache.httpcomponents</groupId >
59+ <artifactId >httpcore-osgi</artifactId >
60+ </dependency >
61+ <!-- NOTE: Exclude this as a dependency if you are using slf4j-jcl. It
6262 is necessary here to avoid ClassNotFoundErrors in httpclient -->
6363 <dependency >
6464 <groupId >org.slf4j</groupId >
7878 <configuration >
7979 <instructions >
8080 <Import-Package >
81- org.slf4j.*; version="[1.0.0,2)",
82- *
83- </Import-Package >
84- </instructions >
81+ org.slf4j.*; version="[1.0.0,2)",
82+ *
83+ </Import-Package >
84+ </instructions >
8585 </configuration >
8686 </plugin >
87- <!-- Use this test plugin as bnd don't generate test jar needed by sesame integration module-->
87+ <!-- Use this test plugin as bnd don't generate test jar needed by sesame
88+ integration module -->
8889 <!-- test jar generation is configured by default for this plugin in parent -->
8990 <plugin >
9091 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 134134 <version >${slf4j.version} </version >
135135 <scope >test</scope >
136136 </dependency >
137- <dependency >
138- <groupId >org.apache.httpcomponents</groupId >
139- <artifactId >httpclient-osgi</artifactId >
140- <version >${httpclient.version} </version >
141- <exclusions >
142- <exclusion >
143- <artifactId >commons-logging</artifactId >
144- <groupId >commons-logging</groupId >
145- </exclusion >
146- </exclusions >
147- </dependency >
148- <dependency >
149- <groupId >org.apache.httpcomponents</groupId >
150- <artifactId >httpcore-osgi</artifactId >
151- <version >${httpclient.version} </version >
152- </dependency >
137+ <dependency >
138+ <groupId >org.apache.httpcomponents</groupId >
139+ <artifactId >httpclient-osgi</artifactId >
140+ <version >${httpclient.version} </version >
141+ <exclusions >
142+ <exclusion >
143+ <artifactId >commons-logging</artifactId >
144+ <groupId >commons-logging</groupId >
145+ </exclusion >
146+ </exclusions >
147+ </dependency >
148+ <dependency >
149+ <groupId >org.apache.httpcomponents</groupId >
150+ <artifactId >httpcore-osgi</artifactId >
151+ <version >${httpclient.version} </version >
152+ </dependency >
153153 <dependency >
154154 <groupId >org.mockito</groupId >
155155 <artifactId >mockito-core</artifactId >
234234 <plugin >
235235 <groupId >org.apache.felix</groupId >
236236 <artifactId >maven-bundle-plugin</artifactId >
237- <version >2.5.3</version >
237+ <version >2.5.3</version >
238238 </plugin >
239239 </plugins >
240240 </pluginManagement >
You can’t perform that action at this time.
0 commit comments