From: Giovanni Mascellani <mascellani@poisson.phc.unipi.it>
Subject: [PATCH] patch/pom.xml
Patch to pom.xml, in order to depend on openide-util instead of
openide-lookup
Signed-off-by: Giovanni Mascellani <mascellani@poisson.phc.unipi.it>
---
pom.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0ee762b..33d41f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,8 +20,8 @@
<dependencies>
<dependency>
<groupId>org.netbeans</groupId>
- <artifactId>openide-lookup</artifactId>
- <version>1.9-patched-1.0</version>
+ <artifactId>openide-util</artifactId>
+ <version>6.7.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
--
tg: (3a6bbbc..) patch/pom.xml (depends on: master)