-
Notifications
You must be signed in to change notification settings - Fork 355
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
Add Jaxb properties to External Properties and tests #4669
base: 2.x
Are you sure you want to change the base?
Conversation
Signed-off-by: tvallin <[email protected]>
Signed-off-by: tvallin <[email protected]>
@@ -42,6 +42,10 @@ | |||
<artifactId>jersey-test-framework-provider-jetty</artifactId> | |||
<scope>test</scope> | |||
</dependency> | |||
<dependency> | |||
<groupId>com.sun.xml.bind</groupId> | |||
<artifactId>jaxb-impl</artifactId> |
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.
I think you need this dependency only for test, right?. Then it should contain the test scope.
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.
Actually I am wrong. This is already in a test folder, so ignore this comment.
Signed-off-by: tvallin <[email protected]>
Signed-off-by: tvallin <[email protected]>
Signed-off-by: tvallin <[email protected]>
Signed-off-by: tvallin <[email protected]>
Signed-off-by: tvallin [email protected]