We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d42a1b commit 762d5faCopy full SHA for 762d5fa
pom.xml
@@ -59,6 +59,13 @@
59
<properties>
60
<!-- Automatic Module Name -->
61
<module.name>com.github.tomcat11.slf4j.logback.config</module.name>
62
+
63
+ <!-- Make sure components used by final downstreams are simply marked n/a inside manifest. -->
64
+ <jackson.version>n/a</jackson.version>
65
+ <logstash.version>n/a</logstash.version>
66
+ <tomcat.version>n/a</tomcat.version>
67
+ <slf4j.version>n/a</slf4j.version>
68
+ <logback.version>n/a</logback.version>
69
</properties>
70
71
<build>
0 commit comments