Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JAVA-41836 Moving some article links on Github - core-java-collection… #18157

Merged
merged 2 commits into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
JAVA-41836 Moving some article links on Github - core-java-collection…
…s-set
  • Loading branch information
Bipinkumar27 committed Jan 11, 2025
commit 2bdb7caaa3427d9f57dbed89d81be39f13c3580d
19 changes: 18 additions & 1 deletion core-java-modules/core-java-collections-set-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,21 @@
<artifactId>commons-collections4</artifactId>
<version>${commons-collections4.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>${gson.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>${commons-collections4.version}</version>
</dependency>

<dependency>
<groupId>org.testng</groupId>
Expand All @@ -42,5 +57,7 @@
</plugin>
</plugins>
</build>

<properties>
<gson.version>2.11.0</gson.version>
</properties>
</project>