summaryrefslogtreecommitdiffstats
path: root/lucene-linguistics
diff options
context:
space:
mode:
authorDainius Jocas <dainius.jocas@gmail.com>2023-10-02 11:34:46 +0300
committerDainius Jocas <dainius.jocas@gmail.com>2023-10-02 11:34:46 +0300
commit47c14eaf93ddfc81029e5aca6e1c5159be7b9799 (patch)
treec841077b1f28ff829a8b8550d667a0c30f88a0c9 /lucene-linguistics
parentacd0add7a3e7c16279e4d37f817e2d84f87f937f (diff)
refactor: linguistics dependency in provided scope; remove redundant dependencies
Diffstat (limited to 'lucene-linguistics')
-rw-r--r--lucene-linguistics/pom.xml12
1 files changed, 1 insertions, 11 deletions
diff --git a/lucene-linguistics/pom.xml b/lucene-linguistics/pom.xml
index 18f2b1a8574..db7bf31b569 100644
--- a/lucene-linguistics/pom.xml
+++ b/lucene-linguistics/pom.xml
@@ -41,29 +41,19 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>configdefinitions</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
<artifactId>annotations</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>vespajlib</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
<artifactId>linguistics</artifactId>
<version>${project.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
-
<scope>provided</scope>
</dependency>
<dependency>