mirror of
https://gitee.com/fujieid/jap.git
synced 2024-11-29 18:17:34 +08:00
📝 change: Optimize code
This commit is contained in:
parent
3d5eb6df1d
commit
7ca2d8057a
@ -28,15 +28,5 @@
|
||||
<groupId>com.xkcoding.json</groupId>
|
||||
<artifactId>simple-json</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.fujieid</groupId>
|
||||
<artifactId>jap-http</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fujieid</groupId>
|
||||
<artifactId>jap-http-adapter</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
@ -24,8 +24,8 @@ import com.fujieid.jap.core.result.JapResponse;
|
||||
import com.fujieid.jap.core.store.JapUserStore;
|
||||
import com.fujieid.jap.http.JapHttpRequest;
|
||||
import com.fujieid.jap.http.JapHttpResponse;
|
||||
import com.fujieid.jap.http.adapter.jakarta.JakartaRequestAdapter;
|
||||
import com.fujieid.jap.http.adapter.jakarta.JakartaResponseAdapter;
|
||||
import com.fujieid.jap.http.jakarta.JakartaRequestAdapter;
|
||||
import com.fujieid.jap.http.jakarta.JakartaResponseAdapter;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
@ -17,7 +17,7 @@ package com.fujieid.jap.core.util;
|
||||
|
||||
import com.fujieid.jap.core.JapUser;
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user