File: test-jar.patch

package info (click to toggle)
openrefine 3.9.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,440 kB
  • sloc: javascript: 106,758; java: 91,946; xml: 6,634; sh: 614; makefile: 78; python: 71; sql: 59
file content (48 lines) | stat: -rw-r--r-- 1,302 bytes parent folder | 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
47
48
From: Markus Koschany <apo@debian.org>
Date: Wed, 7 May 2025 15:58:42 +0200
Subject: test-jar

Don't require the test-jars

Forwarded: not-needed
---
 main/pom.xml         | 7 -------
 modules/grel/pom.xml | 7 -------
 2 files changed, 14 deletions(-)

diff --git a/main/pom.xml b/main/pom.xml
index ad6a117..b497f0a 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -383,13 +383,6 @@
       <version>${testng.version}</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.openrefine</groupId>
-      <artifactId>core</artifactId>
-      <version>${project.version}</version>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>com.squareup.okhttp3</groupId>
       <artifactId>mockwebserver</artifactId>
diff --git a/modules/grel/pom.xml b/modules/grel/pom.xml
index 76f072b..f9b0f30 100644
--- a/modules/grel/pom.xml
+++ b/modules/grel/pom.xml
@@ -144,13 +144,6 @@
       <version>${mockito.version}</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.openrefine</groupId>
-      <artifactId>core</artifactId>
-      <version>${project.version}</version>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 </project>