-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fix #1457: Executable war #1465
Conversation
- PA nextstep - executable war - Clean deps
- PA tpp engine - executable war - Clean deps
- PA web flow - executable war - Clean deps
- PA web flow client - executable war - Clean deps
Please also remove |
- Clean deps - Move deps management to root
- Clean up
- Update docs
powerauth-webflow-client/pom.xml
Outdated
<groupId>org.springframework.boot</groupId> | ||
<artifactId>spring-boot-starter-web</artifactId> | ||
<exclusions> | ||
<exclusion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure about this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise it wont run, failing for missing deps. I think it need to be here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean exclusion of log4j-to-slf4j
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@banterCZ I have removed the exclusions of log4j-to-slf4j from other poms as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 We should revisit all logging dependencies in another issue.
- Fix version dep - Add exclusion
- More elegant version
- More elegant version
- More elegant version
powerauth-webflow-client/pom.xml
Outdated
<groupId>org.springframework.boot</groupId> | ||
<artifactId>spring-boot-starter-web</artifactId> | ||
<exclusions> | ||
<exclusion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean exclusion of log4j-to-slf4j
.
- Remove log4j-to-slf4j exclusions from spring-boot-starter
- Remove log4j-to-slf4j exclusions from spring-boot-starter
- Add exclusions of servlet apis
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Please double-check that starting on tomcat and java -jar
too.
No description provided.