File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed
main/java/de/doubleslash/keeptime/view
test/java/de/doubleslash/keeptime/REST_API/controller Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -615,12 +615,9 @@ public ObservableList<LicenseTableRow> loadLicenseRows() {
615615 licenseRows .add (new LicenseTableRow ("mapstruct-processor" , Licenses .APACHEV2 ));
616616 licenseRows .add (new LicenseTableRow ("jackson-databind" , Licenses .APACHEV2 ));
617617 licenseRows .add (new LicenseTableRow ("javax.xml.bind" , Licenses .APACHEV2 ));
618- licenseRows .add (new LicenseTableRow ("spring-boot-starter-web" , Licenses .APACHEV2 ));//gleich
619- licenseRows .add (new LicenseTableRow ("spring-boot-starter-validation" , Licenses .APACHEV2 ));//gleich
620- licenseRows .add (new LicenseTableRow ("spring-boot-starter-security" , Licenses .APACHEV2 ));//gleich
621- // licenseRows.add(new LicenseTableRow("org.springframework.boot", Licenses.APACHEV2));
622- // licenseRows.add(new LicenseTableRow("jaxb-api", Licenses.);//CDDL 1.1
623- licenseRows .add (new LicenseTableRow ("jacoco-maven-plugin" , Licenses .EPLV1 ));//EPL 2.0
618+ licenseRows .add (new LicenseTableRow ("spring-boot-starter-web" , Licenses .APACHEV2 ));
619+ licenseRows .add (new LicenseTableRow ("spring-boot-starter-validation" , Licenses .APACHEV2 ));
620+ licenseRows .add (new LicenseTableRow ("spring-boot-starter-security" , Licenses .APACHEV2 ));
624621 licenseRows .add (new LicenseTableRow ("maven-compiler-plugin" , Licenses .APACHEV2 ));
625622
626623 licenseRows .sort (Comparator .comparing (LicenseTableRow ::getName ));
Original file line number Diff line number Diff line change @@ -38,8 +38,4 @@ void workToWorkDTO() {
3838
3939 assertEquals (0 , workDTO .getProject ().getId ());
4040 }
41-
42- @ Test
43- void workDTOToWork () {
44- }
4541}
You can’t perform that action at this time.
0 commit comments