You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "ebarboni (via GitHub)" <gi...@apache.org> on 2023/05/16 09:31:01 UTC

[GitHub] [netbeans] ebarboni commented on pull request #5952: use swingvalidation jar from maven

ebarboni commented on PR #5952:
URL: https://github.com/apache/netbeans/pull/5952#issuecomment-1549320323

   I did the following alteration on my project pom to test it, not changing code in the module.
   
   <dependency>
               <groupId>org.netbeans.modules</groupId>
               <artifactId>org-netbeans-modules-swing-validation</artifactId>
               <exclusions>
                   <exclusion>
                       <groupId>org.netbeans.external</groupId>
                       <artifactId>ValidationAPI</artifactId>
                   </exclusion>
               </exclusions>
           </dependency>
           <dependency>
               <groupId>com.mastfrog</groupId>
               <artifactId>simplevalidation</artifactId>
               <version>1.14.1</version>
           </dependency> 
           <dependency>
               <groupId>com.mastfrog</groupId>
               <artifactId>simplevalidation-swing</artifactId>
               <version>1.14.1</version>
           </dependency>


-- 
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: notifications-unsubscribe@netbeans.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists