提交 63831663 编写于 作者: 智布道's avatar 智布道 👁

📝 change: Optimize code

上级 56f5855d
......@@ -20,10 +20,6 @@
<groupId>com.fujieid</groupId>
<artifactId>jap-core</artifactId>
</dependency>
<dependency>
<groupId>com.fujieid</groupId>
<artifactId>jap-http</artifactId>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-crypto</artifactId>
......
......@@ -29,9 +29,5 @@
<groupId>cn.hutool</groupId>
<artifactId>hutool-log</artifactId>
</dependency>
<dependency>
<groupId>com.fujieid</groupId>
<artifactId>jap-http</artifactId>
</dependency>
</dependencies>
</project>
......@@ -63,8 +63,8 @@ public class JustAuthRequestContext {
/**
* Default classes that do not need to be registered
*/
private static final String[] DEFAULT_EXCLUSION_CLASS_NAMES = {"AuthDefaultRequest",
"AbstractAuthWeChatEnterpriseRequest", "AuthRequest"};
private static final String[] DEFAULT_EXCLUSION_CLASS_NAMES = {"AuthRequest", "AuthDefaultRequest",
"AbstractAuthWeChatEnterpriseRequest", "AbstractAuthMicrosoftRequest", "AbstractAuthDingtalkRequest"};
/**
* When the value is {@code true}, the {@link JustAuthRequestContext#loadRequest(String[], String[])}
......
......@@ -16,28 +16,10 @@
</description>
<dependencies>
<dependency>
<groupId>com.fujieid</groupId>
<artifactId>jap-http-adapter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>kisso</artifactId>
</dependency>
<dependency>
<groupId>com.fujieid</groupId>
<artifactId>jap-http</artifactId>
</dependency>
<!-- servlet -->
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
......@@ -17,7 +17,7 @@ package com.fujieid.jap.sso;
import com.baomidou.kisso.security.token.SSOToken;
import com.fujieid.jap.http.JapHttpRequest;
import com.fujieid.jap.http.adapter.jakarta.JakartaRequestAdapter;
import com.fujieid.jap.http.jakarta.JakartaRequestAdapter;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册