Skip to content

Commit

Permalink
#1097 Enable integration tests in default build profile
Browse files Browse the repository at this point in the history
update dependencies which cannot be resolved due to Maven blocking http
  • Loading branch information
oliverlietz committed Oct 7, 2023
1 parent d95c1f5 commit 792c59d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<dependency.atinject.version>1.2</dependency.atinject.version>
<dependency.deltaspike.version>1.5.1</dependency.deltaspike.version>
<dependency.glassfish.version>5.1.0</dependency.glassfish.version>
<dependency.httpcomponents.version>4.5.13</dependency.httpcomponents.version>
<dependency.karaf.version>4.4.3</dependency.karaf.version>

<dependency.logback.version>1.2.3</dependency.logback.version>
Expand Down Expand Up @@ -701,7 +700,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<version>3.0.4.Final</version>
<version>6.2.5.Final</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand All @@ -726,17 +725,17 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${dependency.httpcomponents.version}</version>
<version>4.5.14</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>${dependency.httpcomponents.version}</version>
<version>4.4.16</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>${dependency.httpcomponents.version}</version>
<version>4.5.14</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 792c59d

Please sign in to comment.