Skip to content

Commit eede213

Browse files
committed
[FLINK-36332] make depend-on-okhttp4 active by default.
``` mvn help:all-profiles | grep http Profile Id: depend-on-okhttp4 (Active: true , Source: pom) ``` ``` mvn help:all-profiles -Dfabric8.httpclient.impl=jdk -P \!depend-on-okhttp4 | grep http Profile Id: depend-on-okhttp4 (Active: false , Source: pom) ```
1 parent 25bf26e commit eede213

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,7 @@ under the License.
196196
<profile>
197197
<id>depend-on-okhttp4</id>
198198
<activation>
199-
<property>
200-
<name>fabric8.httpclient.impl</name>
201-
<value>okhttp</value>
202-
</property>
199+
<activeByDefault>true</activeByDefault>
203200
</activation>
204201
<dependencies>
205202
<dependency>

0 commit comments

Comments
 (0)