Versions Compared

Key

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

...

There are two types of implementations required from partner.

ProjectRepositoryDescription

Partner Java API

implementation

Partner repository

Maven based project implemented based on specification.

This project adds Automatics Core as maven dependency and implements all Java based providers.

Partner implementation project is added as maven dependency in Automatics Generic Tests. Any direct dependencies to Automatics Core in Generic Tests project are

removed and Partner implementation is added as dependency during development and test execution.

Only generic tests, use this project as maven dependency.

Partner REST API 

implementation

Partner repositoryREST api implementation based on specification. REST APIs are used by both Automatics orchestration and Automatics Core.

...