Package: jas-plotter / 2.2.6+dfsg1-2

patch/pom.xml.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
From: Gabriele Giacone <1o5g4r8o@gmail.com>
Subject: [PATCH] patch/pom.xml

 - Removed dependence on freehep-export (cyclic dependency)
 - Added dependence on Debian libtablelayout

Signed-off-by: Gabriele Giacone <1o5g4r8o@gmail.com>

---
 pom.xml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index ed34af3..ade5308 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,12 +29,6 @@
   </build>
   <dependencies>
     <dependency>
-      <groupId>org.freehep</groupId>
-      <artifactId>freehep-export</artifactId>
-      <version>2.1.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>javax.help</groupId>
       <artifactId>javahelp</artifactId>
       <version>2.0.02</version>
@@ -48,7 +42,13 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-   </dependency>
+    </dependency>
+    <dependency>
+      <groupId>org.debian</groupId>
+      <artifactId>tablelayout</artifactId>
+      <scope>system</scope>
+      <systemPath>/usr/share/java/tablelayout.jar</systemPath>
+    </dependency>
   </dependencies>
 
   <scm>
-- 
tg: (220529a..) patch/pom.xml (depends on: master)