Fix versions of httpcore-osgi and httpcore-nio to match httpcore (#4720)

Declare versions of httpcore-osgi and httpcore-nio to match httpcore.
This commit is contained in:
michaelabuckley 2023-04-06 15:42:29 -04:00 committed by GitHub
parent f1166fe0e6
commit 02556187a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

10
pom.xml
View File

@ -1471,6 +1471,16 @@
<artifactId>httpcore</artifactId>
<version>${httpcore_version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore-osgi</artifactId>
<version>${httpcore_version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore-nio</artifactId>
<version>${httpcore_version}</version>
</dependency>
<dependency>
<groupId>co.elastic.apm</groupId>
<artifactId>apm-agent-api</artifactId>