Skip to content

Commit

Permalink
TODOFIXME Disable Spring ITs because Spring does not support Jakarta …
Browse files Browse the repository at this point in the history
…EE yet
  • Loading branch information
yrodiere authored and marko-bekhta committed Sep 25, 2023
1 parent 8d702c2 commit 7f25189
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
10 changes: 0 additions & 10 deletions build/reports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@
<artifactId>hibernate-search-integrationtest-mapper-orm-cdi</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest-mapper-orm-spring</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest-mapper-orm-envers</artifactId>
Expand All @@ -122,11 +117,6 @@
<artifactId>hibernate-search-integrationtest-mapper-pojo-standalone-realbackend</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest-showcase-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest-v5migrationhelper-engine</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions integrationtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
<module>mapper/pojo-standalone-realbackend</module>
<module>mapper/orm</module>
<module>mapper/orm-cdi</module>
<module>mapper/orm-spring</module>
<module>mapper/orm-spring-uberjar</module>
<!--<module>mapper/orm-spring</module>-->
<!--<module>mapper/orm-spring-uberjar</module>-->
<module>mapper/orm-envers</module>
<module>mapper/orm-realbackend</module>
<module>mapper/orm-coordination-outbox-polling</module>
<module>mapper/orm-batch-jsr352</module>
<module>performance</module>
<module>showcase/library</module>
<!-- <module>showcase/library</module>-->
<module>v5migrationhelper/engine</module>
<module>v5migrationhelper/orm</module>
</modules>
Expand Down

0 comments on commit 7f25189

Please sign in to comment.