# Openehr SDK dependency problem
**Category:** [Integration](https://discourse.openehr.org/c/integration/63)
**Created:** 2024-12-17 03:10 UTC
**Views:** 82
**Replies:** 3
**URL:** https://discourse.openehr.org/t/openehr-sdk-dependency-problem/6041
---
## Post #1 by @Vy_Tr_ng
Hi everyone, I am newbie of this. I started using openehr sdk to setup for my mini project. But it has some problems that my project cannot run correctly.
org.ehrbase.openehr.sdk
client
2.20.0
jitpack.io
https://jitpack.io
I tried to use that but always have problems:
Parameter 0 of constructor in com.example.demo.service.SelfReportedDataService required a bean of type 'org.ehrbase.openehr.sdk.client.openehrclient.defaultrestclient.DefaultRestClient' that could not be found.
Thank you for reading my topic
---
## Post #2 by @ian.mcnicoll
@Vy_Tr_ng - I moved this request so it might get more visibility by the EhrBase community.
@vidi42 ??
---
## Post #3 by @vidi42
@Vy_Tr_ng this sounds vaguely familiar. Have you checked of there is already an issue in GitHub related to this?
If not could you please open one?
https://github.com/ehrbase/openEHR_SDK
---
## Post #4 by @stefanspiska
@Vy_Tr_ng
the ehrbase sdk is not a spring boot lib. it will not create any beans for you please see https://github.com/ehrbase/openEHR_SDK/tree/develop/client/src/test/java/org/ehrbase/openehr/sdk/client/openehrclient/defaultrestclient
for usage.
also you you can get the dependencies from maven central https://central.sonatype.com/artifact/org.ehrbase.openehr.sdk/client
---
**Canonical:** https://discourse.openehr.org/t/openehr-sdk-dependency-problem/6041
**Original content:** https://discourse.openehr.org/t/openehr-sdk-dependency-problem/6041