Skip to content

Commit e65a566

Browse files
committed
Add missing import
1 parent 3cca4a8 commit e65a566

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/eu/openanalytics/containerproxy/auth/impl/OpenIDAuthenticationBackend.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
import net.minidev.json.JSONArray;
7070
import net.minidev.json.parser.JSONParser;
7171
import net.minidev.json.parser.ParseException;
72+
import org.springframework.web.servlet.support.ServletUriComponentsBuilder;
7273

7374
public class OpenIDAuthenticationBackend implements IAuthenticationBackend {
7475

0 commit comments

Comments
 (0)