Skip to content

Commit

Permalink
[SRVLOGIC-226] Fixing compilation issues after cherry pick
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtirado committed Feb 20, 2024
1 parent 18916e1 commit ae1ad51
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 288 deletions.
145 changes: 0 additions & 145 deletions data-index/data-index-service/data-index-service-oracle/pom.xml

This file was deleted.

3 changes: 0 additions & 3 deletions data-index/data-index-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,8 @@
<module>data-index-service-common</module>
<module>data-index-service-inmemory</module>
<module>data-index-service-postgresql</module>
<<<<<<< 9.99.x-prod
=======
<module>data-index-service-infinispan</module>
<module>data-index-service-mongodb</module>
>>>>>>> b6ece5b Removing oracle driver and associated tests (#1971)
</modules>

<profiles>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.kie.kogito</groupId>
<artifactId>data-index-storage</artifactId>
<version>999-SNAPSHOT</version>
<version>9.99.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
136 changes: 0 additions & 136 deletions data-index/data-index-storage/data-index-storage-oracle/pom.xml

This file was deleted.

3 changes: 0 additions & 3 deletions data-index/data-index-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
<module>data-index-storage-postgresql</module>
<module>data-index-storage-jpa-common</module>
<module>data-index-storage-common</module>
<module>data-index-storage-infinispan</module>
<module>data-index-storage-mongodb</module>
<module>data-index-storage-postgresql-reporting</module>
<module>data-index-storage-jpa</module>
</modules>
</project>

0 comments on commit ae1ad51

Please sign in to comment.