-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validate endpoints #76
Validate endpoints #76
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Validation looks good, may only check the dependencies (see comment)
dil/pom.xml
Outdated
@@ -48,6 +48,36 @@ | |||
<artifactId>utils</artifactId> | |||
<version>${assimbly.version}</version> | |||
</dependency> | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two remarks:
- For Assimbly the scope cannot be 'provided'. In Karaf this is used because the dependencies are injected by Karaf into runtime. In Assimbly the dependencies are provided in compile time.
- Maybe it's good to check if these dependencies aren't already provided by the base repository or add them there. The reason is that dependencies can be managed centrally in one list in the base.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻
Original issue description
Endpoints that validates:
closes #75