Skip to content

Update java and other dependencies#62

Open
garaimanoj wants to merge 1 commit into
mainfrom
GT-1436-java-25
Open

Update java and other dependencies#62
garaimanoj wants to merge 1 commit into
mainfrom
GT-1436-java-25

Conversation

@garaimanoj

@garaimanoj garaimanoj commented May 20, 2026

Copy link
Copy Markdown
Contributor

Update pom.xml for Java 25.

I have generated the jar and exe bypassing the codesign certificate. Both are running ok.

@garaimanoj garaimanoj marked this pull request as ready for review May 21, 2026 10:18
@garaimanoj garaimanoj requested a review from DonaldChung-HK May 21, 2026 10:18
@garaimanoj garaimanoj self-assigned this May 21, 2026
Comment thread pom.xml
Comment on lines +65 to +79
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
</dependency>
<dependency>
<groupId>commons-digester</groupId>
<artifactId>commons-digester</artifactId>
<version>2.1</version>
</dependency>

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added these dependencies because I encountered errors while generating the EXE on Windows

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I think it might just be that those dependencies are pulled in automatically and the new Java 25 has a updated Dependencies tree.

@DonaldChung-HK DonaldChung-HK left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks, Manoj

Comment thread pom.xml
Comment on lines +65 to +79
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
</dependency>
<dependency>
<groupId>commons-digester</groupId>
<artifactId>commons-digester</artifactId>
<version>2.1</version>
</dependency>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I think it might just be that those dependencies are pulled in automatically and the new Java 25 has a updated Dependencies tree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants