jira-importer commented on issue #252:
URL: 
https://github.com/apache/maven-jar-plugin/issues/252#issuecomment-2956687828

   **[Rodolfo 
Rothganger](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rothganger)**
 commented
   
   I have the same problem, but only when a dependency with "provided" scope is 
informed.
   
   Example:
   
       <dependencies>
        <dependency>
                <groupId>javax.resource</groupId>
                <artifactId>connector-api</artifactId>
                <version>1.5</version>
                <scope>provided</scope>
        </dependency>
       </dependencies>
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to