File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Expand file tree Collapse file tree 2 files changed +3
-13
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 >
122
117
<artifactId >hibernate-search-integrationtest-mapper-pojo-standalone-realbackend</artifactId >
123
118
<scope >test</scope >
124
119
</dependency >
125
- <dependency >
126
- <groupId >org.hibernate.search</groupId >
127
- <artifactId >hibernate-search-integrationtest-showcase-library</artifactId >
128
- <scope >test</scope >
129
- </dependency >
130
120
<dependency >
131
121
<groupId >org.hibernate.search</groupId >
132
122
<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 >
25
- <module >mapper/orm-spring-uberjar</module >
24
+ <!-- < module>mapper/orm-spring</module> -- >
25
+ <!-- < module>mapper/orm-spring-uberjar</module> -- >
26
26
<module >mapper/orm-envers</module >
27
27
<module >mapper/orm-realbackend</module >
28
28
<module >mapper/orm-coordination-outbox-polling</module >
29
29
<module >mapper/orm-batch-jsr352</module >
30
30
<module >performance</module >
31
- <module >showcase/library</module >
31
+ <!-- <module>showcase/library</module> -- >
32
32
<module >v5migrationhelper/engine</module >
33
33
<module >v5migrationhelper/orm</module >
34
34
</modules >
You can’t perform that action at this time.
0 commit comments