|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- |
3 | | - Copyright (c) 2008, 2021 Sonatype, Inc. and others |
| 3 | + Copyright (c) 2008, 2023 Sonatype, Inc. and others |
4 | 4 | All rights reserved. This program and the accompanying materials |
5 | 5 | are made available under the terms of the Eclipse Public License 2.0 |
6 | 6 | which accompanies this distribution, and is available at |
|
148 | 148 | <groupId>biz.aQute.bnd</groupId> |
149 | 149 | <artifactId>bnd-maven-plugin</artifactId> |
150 | 150 | <configuration> |
151 | | - <bnd> |
152 | | - <![CDATA[ |
| 151 | + <bnd><![CDATA[ |
153 | 152 | # When launching a Maven build using this embedded runtime, we want the embedded SLF4J logger binding to be used. |
154 | 153 | # However when the this Maven runtime is used within the Eclipse-IDE(-JVM) we don't want it to use the embedded SLF4J-binding |
155 | 154 | # but instead use the SLF4J-binding provided by the Eclipse runtime. This is achived by making the embedded SLF4J-binding invisible |
|
174 | 173 | org.slf4j.spi;version="[1.7.31,3.0.0)",\ |
175 | 174 | org.slf4j.helpers;version="[1.7.31,3.0.0)",\ |
176 | 175 | javax.inject;version="1.0.0",\ |
177 | | - javax.annotation;version="[1.2.0,2.0.0)",\ |
178 | | - javax.annotation.sql;version="[1.2.0,2.0.0)",\ |
179 | | - javax.annotation.security;version="[1.2.0,2.0.0)" |
| 176 | + javax.annotation;version="[1.2.0,2.0.0)" |
180 | 177 | Require-Bundle: \ |
181 | 178 | com.google.guava |
182 | | - ]]> |
183 | | - <!-- All direct dependencies specified as Require-Bundle or Import-package are added to the classpath of a launched |
| 179 | + ]]></bnd> |
| 180 | + <!-- All direct dependencies specified as Require-Bundle or Import-package are added to the classpath of a launched |
184 | 181 | Maven-Build-JVM. See MavenEmbeddedRuntime for details. --> |
185 | | - </bnd> |
186 | 182 | </configuration> |
187 | 183 | </plugin> |
188 | 184 | </plugins> |
|
0 commit comments