Skip to content

Commit

Permalink
[FIXUP] Import httpcomponents
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Aug 19, 2023
1 parent 8078c09 commit 0db5279
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 12 additions & 1 deletion org.eclipse.m2e.maven.runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,16 @@
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
Expand Down Expand Up @@ -183,7 +193,8 @@
org.slf4j.*;version="[1.7.31,3.0.0)",\
javax.inject;version="1.0.0",\
javax.annotation;version="[1.2.0,2.0.0)", \
org.apache.commons.cli;version="[1.4.0,2.0.0)"
org.apache.commons.cli;version="[1.4.0,2.0.0)", \
org.apache.http.*;version="[4.4.0,5.0.0)"
Require-Bundle: \
com.google.guava
Expand Down
1 change: 1 addition & 0 deletions target-platform/target-platform.target
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
<unit id="org.apache.aries.spifly.dynamic.bundle" version="0.0.0"/>
<unit id="org.mockito.mockito-core" version="0.0.0"/>
<unit id="org.apache.httpcomponents.httpclient" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/egit/updates-6.6/"/>
Expand Down

0 comments on commit 0db5279

Please sign in to comment.