rotty3000 commented on PR #322:
URL: https://github.com/apache/felix-dev/pull/322#issuecomment-2145624029

   @paulrutter do this to fix the test:
   ```patch
   diff --git a/tools/maven-bundle-plugin/src/it/no-test-scoped-imports/pom.xml 
b/tools/maven-bundle-plugin/src/it/no-test-scoped-imports/pom.xml
   index 3a15568ced..2eedf2350c 100644
   --- a/tools/maven-bundle-plugin/src/it/no-test-scoped-imports/pom.xml
   +++ b/tools/maven-bundle-plugin/src/it/no-test-scoped-imports/pom.xml
   @@ -53,6 +53,11 @@ under the License.
                    <artifactId>maven-bundle-plugin</artifactId>
                    <version>@project.version@</version>
                    <extensions>true</extensions>
   +                <configuration>
   +                    <instructions>
   +                        <_noimportjava>true</_noimportjava>
   +                    </instructions>
   +                </configuration>
                </plugin>
            </plugins>
        </build>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@felix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to