python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I integrate POM build version into YAML generation using springdoc-openapi-maven-plugin?
Is there a way to programmatically set the build version from the POM of my Spring Boot application into the OpenApi YAML generated by the springdoc-openapi-maven-plugin?
How can I achieve it?
Current...
du-it
Votes: 0
Answers: 0
Missing XSSFWorkbook even after using Maven dependency poi-ooxml
Let me start by saying that I have seen a lot of questions regarding the error XSSFWorkbook cannot be resolved to a type. However, I have looked into most of them, and the accepted answer seems to be ...

Jak
Votes: 0
Answers: 1
AEM/Jetty and javax.xml.transform.TransformerFactory
We are using the docx4j library to add watermark to the pptx files. Java code below:
public static void main(String[] args) {
try {
OutputStream object = new FileOutputStream("C:\\test.pptx&qu...
Elango
Votes: 0
Answers: 1
How to prevent Maven project from downloading specific dependencies?
I wanted to remove all direct / transitive dependencies using older log4J version, particularly version 1.27.1 from my project.
I have made sure that my project's pom.xml and lib folder does not conta...
user3437460
Votes: 0
Answers: 1