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
The 2.0 release of the Annotator for Clinical Data Java SDK introduces a Java package name change from `com.ibm.watson.health.acd.v1` to `com.merative.acd.v1`. For the migration from 1.x.x:
62
62
63
-
1. Update the Maven dependencies by changing all `acd-sdk` or `annotator-for-clinical-data` dependency version tags to `2.0.1` in the pom.xml. Verify that there are no SDK module dependencies in the pom.xml with a version earlier than `2.0.1`.
63
+
1. Update the Maven dependencies by changing all `acd-sdk` or `annotator-for-clinical-data` dependency version tags to `2.0.2` in the pom.xml. Verify that there are no SDK module dependencies in the pom.xml with a version earlier than `2.0.2`.
64
64
2. In your application files, update any import declarations from `com.ibm.watson.health.acd.v1` to `com.merative.acd.v1`.
0 commit comments