This is an automated email from the ASF dual-hosted git repository.

sdedic pushed a commit to branch sdedic/feature/project-dependency-add_base2
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit 2752f1ac0cb3efbd82d25274cd5d09ab281daac7
Author: Svata Dedic <[email protected]>
AuthorDate: Fri Dec 15 10:00:40 2023 +0100

    Adding necessary test dependencies for XDM.
---
 java/maven.refactoring/nbproject/project.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/java/maven.refactoring/nbproject/project.xml 
b/java/maven.refactoring/nbproject/project.xml
index e6edc20382..4e7b42e231 100644
--- a/java/maven.refactoring/nbproject/project.xml
+++ b/java/maven.refactoring/nbproject/project.xml
@@ -249,6 +249,14 @@
                         <recursive/>
                         <compile-dependency/>
                     </test-dependency>
+                    <test-dependency>
+                        
<code-name-base>org.netbeans.modules.editor.lib</code-name-base>
+                        <recursive/>
+                    </test-dependency>
+                    <test-dependency>
+                        
<code-name-base>org.netbeans.modules.editor.actions</code-name-base>
+                        <recursive/>
+                    </test-dependency>
                 </test-type>
             </test-dependencies>
             <public-packages/>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to