python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Maven Dependencies Jar Missing for Slf4j wrapper
I have a project in Maven for ExtentReports. When I run it, the test fail and says.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) l...
Jayver Alcontin
Votes: 0
Answers: 1
Cannot import dependency from external repository (Azure Artifact)
I am coming to you because it's been almost 5 hours that I am struggling on importing my packaged spring boot application deployed to Azure Artifacts (Maven repository).
I am using intellij IDEA with ...

Hamza Khattabi
Votes: 0
Answers: 0
How to override default version of library included by artifact in maven?
I have a spring batch dependency in my pom.xml declared as below:
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId...

user124
Votes: 0
Answers: 1
dependency is packaged with provided scope in spring boot
I want to package the spring boot jar without the javafaker dependency. I am using the Javafaker dependency and want it to be loaded only during dev time.
<dependency>
<groupId>com.githu...
zilcuanu
Votes: 0
Answers: 1