CARiSMA-Tool / carisma-tool

Implementation of the CARiSMA Tool
https://github.com/CARiSMA-Tool/carisma-tool
Eclipse Public License 1.0
3 stars 5 forks source link

Fix Maven build problem with Jakarta XML #15

Closed nuthub closed 1 year ago

nuthub commented 1 year ago

mvn verify in carisma.check.rabac.tests fails with:

RABACInvalidConfigurationTest.testInvalidRABACConfiguration:59 » NoClassDefFound
RABACValidModelsTest.testValidRABACModel:55 » NoClassDefFound jakarta/xml/bind

Related: #12

nuthub commented 1 year ago

Commit 673903e solves this issue.