Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8d1f00d

Browse files
csvirimetacosm
authored andcommittedApr 11, 2024
feat: JDK client is now the default (#2235)
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 82a18a0 commit 8d1f00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<maven.compiler.target>${java.version}</maven.compiler.target>
5959
<sonar.organization>java-operator-sdk</sonar.organization>
6060
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
61-
<fabric8-httpclient-impl.name>jdk</fabric8-httpclient-impl.name>
61+
<fabric8-httpclient-impl.name>jdk</fabric8-httpclient-impl.name>
6262

6363
<junit.version>5.10.1</junit.version>
6464
<fabric8-client.version>6.11.0</fabric8-client.version>

0 commit comments

Comments
 (0)
Please sign in to comment.