Skip to content

Commit

Permalink
SITES-15835: changed httpclient-osgi dependency to com.day.commons.os…
Browse files Browse the repository at this point in the history
…gi.wrapper.commons-httpclient and addition to apache-rat-plugin exclusions
  • Loading branch information
egoracci committed Sep 13, 2023
1 parent e8fc23a commit 9209784
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bundles/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,8 @@
</dependency>

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-osgi</artifactId>
<groupId>com.day.commons.osgi.wrapper</groupId>
<artifactId>com.day.commons.osgi.wrapper.commons-httpclient</artifactId>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -766,9 +766,9 @@
</dependency>

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-osgi</artifactId>
<version>4.5.13</version>
<groupId>com.day.commons.osgi.wrapper</groupId>
<artifactId>com.day.commons.osgi.wrapper.commons-httpclient</artifactId>
<version>3.1.0.018</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
<exclude>**/*.editorconfig</exclude>
<exclude>**/*.stylelintrc.yaml</exclude>
<exclude>**/*.eslintignore</exclude>
<!-- Ignore target folders -->
<exclude>**/target/**</exclude>
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit 9209784

Please sign in to comment.