Skip to content

Conversation

@colepackingham
Copy link

Updated lombok dependency to fix compile error, added fix for NoClassDefFoundError: javax/xml/bind/JAXBException

These two errors were preventing compilation on master, the project was tested and works after the update

…DefFoundError: javax/xml/bind/JAXBException
Copy link
Owner

@adamzareba adamzareba left a comment

Choose a reason for hiding this comment

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

Thanks for that changes. Please do some minor changes in pom.xml as per my comments.

<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.2.11</version>
Copy link
Owner

Choose a reason for hiding this comment

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

Please move all dependencies versions into properties section. It will be easier to maintain it in future.

<flywaydb.version>5.0.5</flywaydb.version>
<jackson.version>2.9.5</jackson.version>
<lombok.version>1.16.20</lombok.version>
<lombok.version>1.18.6</lombok.version>
Copy link
Owner

Choose a reason for hiding this comment

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

Since most of the changes are related to updated java version, then please also change java.version property.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants