Skip to content

Commit 1c8b58a

Browse files
yrodieremarko-bekhta
authored andcommitted
TODOFIXME Disable Spring ITs because Spring does not support Jakarta EE yet
1 parent 134e3ac commit 1c8b58a

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
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>
@@ -122,11 +117,6 @@
122117
<artifactId>hibernate-search-integrationtest-mapper-pojo-standalone-realbackend</artifactId>
123118
<scope>test</scope>
124119
</dependency>
125-
<dependency>
126-
<groupId>org.hibernate.search</groupId>
127-
<artifactId>hibernate-search-integrationtest-showcase-library</artifactId>
128-
<scope>test</scope>
129-
</dependency>
130120
<dependency>
131121
<groupId>org.hibernate.search</groupId>
132122
<artifactId>hibernate-search-integrationtest-v5migrationhelper-engine</artifactId>

integrationtest/pom.xml

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

0 commit comments

Comments
 (0)