Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create Maven Java Project.
  • Add Automatics Core as maven dependency so all providers are available for implementation.
  • Provide Java implementation for Providers based on API specification, refer Automatics API Specification .
  • When the implementation is completed, deploy the project to partner repository.
  • Update pom.xml of rdkm-automation project and add the Automatics Generic Tests project with partner implementation as dependency.

...

  • Create Maven Java Project.
  • Provide Java Rest implementation based on REST API specification (Automatics API Specification). REST APIs are consumed by Automatics Core and Orchestration.

...