Skip to content

Commit

Permalink
mjson seems to be abandoned, so it has been replaced by
Browse files Browse the repository at this point in the history
everit-json-schema
  • Loading branch information
Manuel Domínguez Dorado committed Feb 13, 2022
1 parent b439e4f commit 6fccd52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
*/
package com.manolodominguez.openlrae.arquitecture;

import com.manolodominguez.openlrae.analysis.riskanalysers.RiskAnalyserComponentsLicensesIncompatibleWithProjectLicenses;
import com.manolodominguez.openlrae.baseofknowledge.basevalues.SupportedLicenses;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.AfterAll;
Expand Down Expand Up @@ -187,5 +188,4 @@ void testGetLicense() {
instance = new Component(name, version, license);
assertEquals(SupportedLicenses.APACHE_1_1, instance.getLicense());
}

}

0 comments on commit 6fccd52

Please sign in to comment.