Skip to content

Commit c02d9df

Browse files
author
Sachin Maheshwari
committed
fixing compiling issue
1 parent b398bc3 commit c02d9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/main/com/cronos/onlinereview/util/JwtTokenUpdater.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import java.util.Date;
2121

2222
import org.apache.struts2.ServletActionContext;
23-
import org.apache.xerces.utils.Base64;
23+
import org.apache.commons.codec.binary.Base64;
2424

2525
import com.fasterxml.jackson.databind.JsonNode;
2626
import com.fasterxml.jackson.databind.ObjectMapper;

0 commit comments

Comments
 (0)