Details
-
Task
-
Resolution: Obsolete
-
Neutral
-
None
-
None
-
None
-
-
Empty show more show less
-
Empty show more show less
Description
Situation:
- The dependency of AWS Comprehend is managed in text-classification module, and using same version as AWS Java SDK.
- However, the AWS Java SDK dependency is managed in "magnolia-external-dependencies" artifact (also AWS Reckognition dependency)
To Do:
- We should centralize/add the dependency into "magnolia-external-dependencies" artifact, then we achieve a better libs version control.
- Refactor dependencies usage in Text-classification module after add it into the external artifact.
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-comprehend</artifactId>
<version>${awsSdkVersion}</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
Question
:
Can we do this task for Text-classification v1.0 release? Because it seems it depends on the release of "magnolia-external-dependencies" artifact which we are using version 6.1 of it. Any idea ? ilgun
Checklists
Acceptance criteria