Skip to content

Commit

Permalink
#1151 fixed last remaining pom issues from merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjstevo committed Jan 23, 2024
1 parent c23e721 commit b36faf5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
4 changes: 2 additions & 2 deletions example/data-ignite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.finos.vuu</groupId>
<artifactId>example</artifactId>
<version>0.9.36-SNAPSHOT</version>
<version>0.9.61-SNAPSHOT</version>
</parent>

<artifactId>data-ignite</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>data-order</artifactId>
<version>0.9.36-SNAPSHOT</version>
<version>0.9.61-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.ignite</groupId>
Expand Down
2 changes: 1 addition & 1 deletion example/data-order/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.finos.vuu</groupId>
<artifactId>example</artifactId>
<version>0.9.36-SNAPSHOT</version>
<version>0.9.61-SNAPSHOT</version>
</parent>

<artifactId>data-order</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/order/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>data-ignite</artifactId>
<version>0.9.36-SNAPSHOT</version>
<version>0.9.61-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
6 changes: 0 additions & 6 deletions vuu/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@
<version>${guava.version}</version>
</dependency>

<!--dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>inmem-feature</artifactId>
<version>0.9.36-SNAPSHOT</version>
</dependency-->

<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
Expand Down

0 comments on commit b36faf5

Please sign in to comment.