Skip to content
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

Switch to standalone snakeyaml #1092

Merged
merged 1 commit into from
Sep 27, 2017
Merged

Switch to standalone snakeyaml #1092

merged 1 commit into from
Sep 27, 2017

Conversation

olivergondza
Copy link
Collaborator

While experimenting with updating jackson version I noticed, com.fasterxml.jackson.dataformat.yaml.snakeyaml.* is no longer exposed so I am switching to proper dependency which should hopefully resolve the OSGi limitation as well.

@@ -178,6 +177,12 @@
</build>
<dependencies>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.15</version>
Copy link
Collaborator Author

@olivergondza olivergondza Sep 27, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@auhlig auhlig added this to the 3.1.1 Release milestone Sep 27, 2017
@auhlig auhlig merged commit ad4a822 into ContainX:master Sep 27, 2017
@auhlig
Copy link
Member

auhlig commented Sep 27, 2017

Cool. Thanks a lot @olivergondza.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants