File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 102
102
<artifactId >hibernate-search-integrationtest-mapper-orm-cdi</artifactId >
103
103
<scope >test</scope >
104
104
</dependency >
105
- <dependency >
106
- <groupId >org.hibernate.search</groupId >
107
- <artifactId >hibernate-search-integrationtest-mapper-orm-spring</artifactId >
108
- <scope >test</scope >
109
- </dependency >
110
105
<dependency >
111
106
<groupId >org.hibernate.search</groupId >
112
107
<artifactId >hibernate-search-integrationtest-mapper-orm-envers</artifactId >
117
112
<artifactId >hibernate-search-integrationtest-mapper-orm-realbackend</artifactId >
118
113
<scope >test</scope >
119
114
</dependency >
120
- <dependency >
121
- <groupId >org.hibernate.search</groupId >
122
- <artifactId >hibernate-search-integrationtest-showcase-library</artifactId >
123
- <scope >test</scope >
124
- </dependency >
125
115
<dependency >
126
116
<groupId >org.hibernate.search</groupId >
127
117
<artifactId >hibernate-search-integrationtest-v5migrationhelper-engine</artifactId >
Original file line number Diff line number Diff line change 21
21
<module >mapper/pojo-standalone-realbackend</module >
22
22
<module >mapper/orm</module >
23
23
<module >mapper/orm-cdi</module >
24
- <module >mapper/orm-spring</module >
24
+ <!-- <module>mapper/orm-spring</module> -- >
25
25
<module >mapper/orm-envers</module >
26
26
<module >mapper/orm-realbackend</module >
27
27
<module >mapper/orm-coordination-outbox-polling</module >
28
28
<module >mapper/orm-batch-jsr352</module >
29
29
<module >performance</module >
30
- <module >showcase/library</module >
30
+ <!-- <module>showcase/library</module> -- >
31
31
<module >v5migrationhelper/engine</module >
32
32
<module >v5migrationhelper/orm</module >
33
33
</modules >
You can’t perform that action at this time.
0 commit comments