> For the complete documentation index, see [llms.txt](https://docs.sealights.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sealights.io/knowledgebase/setup-and-configuration/troubleshooting-faq/maven/build-failure-slf4j-noclassdeffounderror.md).

# Build Failure: SLF4J NoClassDefFoundError

### Problem <a href="#problem-when-running-maven-with-the-sealights-plugin-maven-fails-with-the-exception-error-injecting" id="problem-when-running-maven-with-the-sealights-plugin-maven-fails-with-the-exception-error-injecting"></a>

When running maven with the Sealights plugin, maven fails with the exception: `Error injecting constructor, java.lang.NoClassDefFoundError: org/slf4j/helpers/MarkerIgnoringBase`

Sealights relies on `slf4j-api` being provided by maven.\
For maven version 3.3.1 & 3.3.3 there was a regression issue where `slf4j-api` was not being provided by maven and failed a number of plugin. See [\[MNG-5787\] Moving from Maven 3.0.5 to 3.3.3 breaks plugins with some dependencies on the class path - ASF JIRA](https://issues.apache.org/jira/browse/MNG-5787)

### Solution <a href="#solution" id="solution"></a>

Updaing Maven to 3.3.9 and above should resolve this issue

### Related articles <a href="#related-articles" id="related-articles"></a>

* [Scanning Builds](/knowledgebase/setup-and-configuration/sealights-agents-and-plugins/java-build-tools-plugins/sealights-gradle-plugin/scanning-builds.md) (gradle plugin)
* [Incorrect SCM Links](/knowledgebase/setup-and-configuration/troubleshooting-faq/general/incorrect-scm-links.md)
* [Scanning Builds](/knowledgebase/setup-and-configuration/sealights-agents-and-plugins/java-build-tools-plugins/sealights-maven-plugin/scanning-builds.md) (maven plugin)
* [Capturing Unit Tests (UT) with the SeaLights Maven Plugin — Delta Guide](/knowledgebase/setup-and-configuration/sealights-agents-and-plugins/java-build-tools-plugins/sealights-maven-plugin/advanced-features/capturing-unit-tests-ut-with-the-sealights-maven-plugin-delta-guide.md) (maven plugin)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sealights.io/knowledgebase/setup-and-configuration/troubleshooting-faq/maven/build-failure-slf4j-noclassdeffounderror.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
