Uploaded image for project: 'Text Classification '
  1. Text Classification
  2. TXTREC-70

Refactor AWS Comprehend dependency

    XMLWordPrintable

Details

    • Task
    • Resolution: Obsolete
    • Neutral
    • None
    • None
    • None

    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

        Attachments

          Activity

            People

              Unassigned Unassigned
              nguyen.phung Nguyen Phung Chi
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Checklists

                  Task DoR