You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: daprdocs/content/en/java-sdk-docs/_index.md
-12
Original file line number
Diff line number
Diff line change
@@ -88,18 +88,6 @@ dependencies {
88
88
89
89
{{< /tabs >}}
90
90
91
-
If you are also using Spring Boot, you may run into a common issue where the `OkHttp` version that the Dapr SDK uses conflicts with the one specified in the Spring Boot _Bill of Materials_.
92
-
93
-
You can fix this by specifying a compatible `OkHttp` version in your project to match the version that the Dapr SDK uses:
94
-
95
-
```xml
96
-
<dependency>
97
-
<groupId>com.squareup.okhttp3</groupId>
98
-
<artifactId>okhttp</artifactId>
99
-
<version>1.14.0</version>
100
-
</dependency>
101
-
```
102
-
103
91
## Try it out
104
92
105
93
Put the Dapr Java SDK to the test. Walk through the Java quickstarts and tutorials to see Dapr in action:
0 commit comments