Skip to content

Commit 2a9640e

Browse files
yrodieremarko-bekhta
authored andcommitted
TODOFIXME Disable Spring ITs because Spring does not support Jakarta EE yet
1 parent cc750de commit 2a9640e

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

build/reports/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,6 @@
102102
<artifactId>hibernate-search-integrationtest-mapper-orm-cdi</artifactId>
103103
<scope>test</scope>
104104
</dependency>
105-
<dependency>
106-
<groupId>org.hibernate.search</groupId>
107-
<artifactId>hibernate-search-integrationtest-mapper-orm-spring</artifactId>
108-
<scope>test</scope>
109-
</dependency>
110105
<dependency>
111106
<groupId>org.hibernate.search</groupId>
112107
<artifactId>hibernate-search-integrationtest-mapper-orm-envers</artifactId>
@@ -117,11 +112,6 @@
117112
<artifactId>hibernate-search-integrationtest-mapper-orm-realbackend</artifactId>
118113
<scope>test</scope>
119114
</dependency>
120-
<dependency>
121-
<groupId>org.hibernate.search</groupId>
122-
<artifactId>hibernate-search-integrationtest-showcase-library</artifactId>
123-
<scope>test</scope>
124-
</dependency>
125115
<dependency>
126116
<groupId>org.hibernate.search</groupId>
127117
<artifactId>hibernate-search-integrationtest-v5migrationhelper-engine</artifactId>

integrationtest/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<module>mapper/pojo-standalone-realbackend</module>
2222
<module>mapper/orm</module>
2323
<module>mapper/orm-cdi</module>
24-
<module>mapper/orm-spring</module>
24+
<!-- <module>mapper/orm-spring</module>-->
2525
<module>mapper/orm-envers</module>
2626
<module>mapper/orm-realbackend</module>
2727
<module>mapper/orm-coordination-outbox-polling</module>
2828
<module>mapper/orm-batch-jsr352</module>
2929
<module>performance</module>
30-
<module>showcase/library</module>
30+
<!-- <module>showcase/library</module>-->
3131
<module>v5migrationhelper/engine</module>
3232
<module>v5migrationhelper/orm</module>
3333
</modules>

0 commit comments

Comments
 (0)