Update dependencies

This commit is contained in:
Andrea Cavalli 2022-04-13 21:02:19 +02:00
parent e038b41d17
commit 798262d72b
1 changed files with 6 additions and 6 deletions

12
pom.xml
View File

@ -465,11 +465,6 @@
<groupId>org.novasearch</groupId>
<artifactId>lucene-relevance</artifactId>
</dependency>
<dependency>
<groupId>io.soabase.record-builder</groupId>
<artifactId>record-builder-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>it.cavallium</groupId>
<artifactId>data-generator-runtime</artifactId>
@ -501,6 +496,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.soabase.record-builder</groupId>
<artifactId>record-builder-core</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<testSourceDirectory>src/test/java</testSourceDirectory>
@ -548,7 +548,7 @@
<plugin>
<groupId>it.cavallium</groupId>
<artifactId>data-generator</artifactId>
<version>0.9.118</version>
<version>0.9.120</version>
<executions>
<execution>
<id>generate-lucene-query-sources</id>