Skip to content

Commit

Permalink
chore: clean codes
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Dec 4, 2024
1 parent d8280a3 commit 68496e7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 141 deletions.
46 changes: 0 additions & 46 deletions session-data-mongo/nbactions.xml

This file was deleted.

5 changes: 4 additions & 1 deletion session-data-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,16 @@
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.seleniumhq.selenium/htmlunit-driver -->
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>4.13.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<scope>test</scope>
</dependency>
Expand Down
46 changes: 0 additions & 46 deletions session-data-redis/nbactions.xml

This file was deleted.

46 changes: 0 additions & 46 deletions session/nbactions.xml

This file was deleted.

6 changes: 4 additions & 2 deletions session/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,15 @@
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.seleniumhq.selenium/htmlunit-driver -->
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<scope>test</scope>
<version>4.13.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.htmlunit/htmlunit -->
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 68496e7

Please sign in to comment.