Skip to content

Commit

Permalink
Update junit
Browse files Browse the repository at this point in the history
  • Loading branch information
T5750 committed Sep 13, 2020
1 parent fbddbd9 commit 0fd5186
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion patterns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<!--<scope>test</scope>-->
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<!--<scope>test</scope>-->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
1 change: 1 addition & 0 deletions security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import org.apache.commons.codec.binary.Hex;
import org.junit.Before;
import org.junit.Test;
import t5750.security.rsa.RSACoder;

/**
* RSA数字签名校验
Expand Down

0 comments on commit 0fd5186

Please sign in to comment.