Skip to content

Commit

Permalink
Clean up files
Browse files Browse the repository at this point in the history
  • Loading branch information
slaurenz committed Apr 28, 2021
1 parent 8f3679a commit 21b7c48
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 168 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*-
* ---license-start
* EU Digital Green Certificate Gateway Service / dgc-gateway
* eu-digital-green-certificates / dgca-verifier-service
* ---
* Copyright (C) 2021 T-Systems International GmbH and all other contributors
* ---
Expand Down
96 changes: 0 additions & 96 deletions src/main/java/eu/europa/ec/dgc/verifier/config/DgcKeyStore.java

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*-
* ---license-start
* EU Digital Green Certificate Gateway Service / dgc-gateway
* eu-digital-green-certificates / dgca-verifier-service
* ---
* Copyright (C) 2021 T-Systems International GmbH and all other contributors
* ---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*-
* ---license-start
* EU Digital Green Certificate Gateway Service / dgc-gateway
* eu-digital-green-certificates / dgca-verifier-service
* ---
* Copyright (C) 2021 T-Systems International GmbH and all other contributors
* ---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*-
* ---license-start
* EU Digital Green Certificate Gateway Service / dgc-gateway
* eu-digital-green-certificates / dgca-verifier-service
* ---
* Copyright (C) 2021 T-Systems International GmbH and all other contributors
* ---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*-
* ---license-start
* eu-digital-green-certificates / dgca-verifier-service
* ---
* Copyright (C) 2021 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ---license-end
*/

package eu.europa.ec.dgc.verifier.restapi.controller;

import lombok.extern.slf4j.Slf4j;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*-
* ---license-start
* eu-digital-green-certificates / dgca-verifier-service
* ---
* Copyright (C) 2021 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ---license-end
*/

package eu.europa.ec.dgc.verifier.restapi.controller;

import lombok.extern.slf4j.Slf4j;
Expand Down

This file was deleted.

17 changes: 0 additions & 17 deletions src/main/java/eu/europa/ec/dgc/verifier/restapi/dto/JwtDto.java

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*-
* ---license-start
* eu-digital-green-certificates / dgca-verifier-service
* ---
* Copyright (C) 2021 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ---license-end
*/

package eu.europa.ec.dgc.verifier.restapi.dto;

import com.fasterxml.jackson.annotation.JsonIgnore;
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@

package eu.europa.ec.dgc.verifier.restapi.controller;

import eu.europa.ec.dgc.verifier.entity.SignerInformationEntity;
import eu.europa.ec.dgc.verifier.repository.SignerInformationRepository;
import eu.europa.ec.dgc.verifier.testdata.SignerInformationTestHelper;
import java.io.UnsupportedEncodingException;
import java.util.Optional;
import org.junit.ComparisonFailure;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
Expand All @@ -36,8 +33,6 @@
import org.springframework.test.web.servlet.MockMvc;
import org.springframework.test.web.servlet.MvcResult;

import static org.junit.jupiter.api.Assertions.*;

import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.content;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.header;
Expand Down

0 comments on commit 21b7c48

Please sign in to comment.