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 committed Oct 6, 2022
1 parent e7384ca commit 729493a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
4 changes: 2 additions & 2 deletions integrationtest/pom.xml
Expand Up @@ -21,13 +21,13 @@
<module>mapper/pojo-standalone-realbackend</module>
<module>mapper/orm</module>
<module>mapper/orm-cdi</module>
<module>mapper/orm-spring</module>
<!-- <module>mapper/orm-spring</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
10 changes: 0 additions & 10 deletions reports/pom.xml
Expand Up @@ -101,11 +101,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 @@ -116,11 +111,6 @@
<artifactId>hibernate-search-integrationtest-mapper-orm-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

0 comments on commit 729493a

Please sign in to comment.