Skip to content

Commit

Permalink
updated model dependency name
Browse files Browse the repository at this point in the history
  • Loading branch information
krickert committed Sep 25, 2024
1 parent 3809ebb commit 5f5209f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
</dependency>
<dependency>
<groupId>com.krickert.search</groupId>
<artifactId>wikisearch-model</artifactId>
<artifactId>search-models</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -181,7 +181,7 @@
</dependency>
<dependency>
<groupId>com.krickert.search</groupId>
<artifactId>wikisearch-model-test-resources</artifactId>
<artifactId>search-models-test-resources</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 5f5209f

Please sign in to comment.