File tree Expand file tree Collapse file tree 11 files changed +106
-69
lines changed Expand file tree Collapse file tree 11 files changed +106
-69
lines changed Original file line number Diff line number Diff line change 19
19
<artifactId >hibernate-envers</artifactId >
20
20
<version >${version.org.hibernate} </version >
21
21
</dependency >
22
- <dependency >
23
- <groupId >org.hibernate</groupId >
24
- <artifactId >hibernate-testing</artifactId >
25
- <version >${version.org.hibernate} </version >
26
- </dependency >
27
-
28
22
<dependency >
29
23
<groupId >com.h2database</groupId >
30
24
<artifactId >h2</artifactId >
31
25
<version >${version.com.h2database} </version >
32
26
</dependency >
27
+
28
+ <dependency >
29
+ <groupId >org.hibernate</groupId >
30
+ <artifactId >hibernate-testing</artifactId >
31
+ <version >${version.org.hibernate} </version >
32
+ <scope >test</scope >
33
+ </dependency >
33
34
<dependency >
34
35
<groupId >junit</groupId >
35
36
<artifactId >junit</artifactId >
36
37
<version >${version.junit} </version >
38
+ <scope >test</scope >
37
39
</dependency >
38
40
</dependencies >
39
41
Original file line number Diff line number Diff line change 30
30
<groupId >org.hibernate.orm</groupId >
31
31
<artifactId >hibernate-envers</artifactId >
32
32
</dependency >
33
- <dependency >
34
- <groupId >org.hibernate.orm</groupId >
35
- <artifactId >hibernate-testing</artifactId >
36
- </dependency >
37
-
38
33
<dependency >
39
34
<groupId >com.h2database</groupId >
40
35
<artifactId >h2</artifactId >
41
36
<version >${version.com.h2database} </version >
42
37
</dependency >
38
+
39
+ <dependency >
40
+ <groupId >org.hibernate.orm</groupId >
41
+ <artifactId >hibernate-testing</artifactId >
42
+ <scope >test</scope >
43
+ </dependency >
43
44
<dependency >
44
45
<groupId >junit</groupId >
45
46
<artifactId >junit</artifactId >
46
47
<version >${version.junit} </version >
48
+ <scope >test</scope >
47
49
</dependency >
48
50
</dependencies >
49
51
Original file line number Diff line number Diff line change 19
19
<artifactId >hibernate-core</artifactId >
20
20
<version >${version.org.hibernate} </version >
21
21
</dependency >
22
- <dependency >
23
- <groupId >org.hibernate</groupId >
24
- <artifactId >hibernate-testing</artifactId >
25
- <version >${version.org.hibernate} </version >
26
- </dependency >
27
-
28
22
<dependency >
29
23
<groupId >com.h2database</groupId >
30
24
<artifactId >h2</artifactId >
31
25
<version >${version.com.h2database} </version >
32
26
</dependency >
33
- <dependency >
34
- <groupId >junit</groupId >
35
- <artifactId >junit</artifactId >
36
- <version >${version.junit} </version >
37
- </dependency >
38
27
39
28
<!-- Not necessary for ORM 5.2 and above -->
40
29
<dependency >
47
36
<artifactId >hibernate-java8</artifactId >
48
37
<version >${version.org.hibernate} </version >
49
38
</dependency >
39
+
40
+ <dependency >
41
+ <groupId >org.hibernate</groupId >
42
+ <artifactId >hibernate-testing</artifactId >
43
+ <version >${version.org.hibernate} </version >
44
+ <scope >test</scope >
45
+ </dependency >
46
+ <dependency >
47
+ <groupId >junit</groupId >
48
+ <artifactId >junit</artifactId >
49
+ <version >${version.junit} </version >
50
+ <scope >test</scope >
51
+ </dependency >
50
52
</dependencies >
51
53
52
54
<build >
Original file line number Diff line number Diff line change 38
38
<groupId >org.hibernate.orm</groupId >
39
39
<artifactId >hibernate-core</artifactId >
40
40
</dependency >
41
- <dependency >
42
- <groupId >org.hibernate.orm</groupId >
43
- <artifactId >hibernate-testing</artifactId >
44
- </dependency >
45
-
46
41
<dependency >
47
42
<groupId >com.h2database</groupId >
48
43
<artifactId >h2</artifactId >
49
44
<version >${version.com.h2database} </version >
50
45
</dependency >
46
+
47
+ <dependency >
48
+ <groupId >org.hibernate.orm</groupId >
49
+ <artifactId >hibernate-testing</artifactId >
50
+ <scope >test</scope >
51
+ </dependency >
51
52
<dependency >
52
53
<groupId >org.junit.jupiter</groupId >
53
54
<artifactId >junit-jupiter</artifactId >
55
+ <scope >test</scope >
54
56
</dependency >
55
57
<dependency >
56
58
<groupId >org.junit.platform</groupId >
57
59
<artifactId >junit-platform-launcher</artifactId >
60
+ <scope >test</scope >
58
61
</dependency >
59
62
<dependency >
60
63
<groupId >org.junit.jupiter</groupId >
61
64
<artifactId >junit-jupiter-engine</artifactId >
65
+ <scope >test</scope >
62
66
</dependency >
63
67
<dependency >
64
68
<groupId >org.assertj</groupId >
65
69
<artifactId >assertj-core</artifactId >
66
70
<version >${version.org.assertj.assertj-core} </version >
71
+ <scope >test</scope >
67
72
</dependency >
68
73
</dependencies >
69
74
Original file line number Diff line number Diff line change 27
27
<artifactId >hibernate-search-orm</artifactId >
28
28
<version >${version.org.hibernate.search} </version >
29
29
</dependency >
30
- <dependency >
31
- <groupId >org.hibernate</groupId >
32
- <artifactId >hibernate-search-testing</artifactId >
33
- <version >${version.org.hibernate.search} </version >
34
- </dependency >
35
30
<dependency >
36
31
<groupId >org.hibernate</groupId >
37
32
<artifactId >hibernate-search-elasticsearch</artifactId >
59
54
<artifactId >h2</artifactId >
60
55
<version >${version.com.h2database} </version >
61
56
</dependency >
57
+
58
+ <dependency >
59
+ <groupId >org.hibernate</groupId >
60
+ <artifactId >hibernate-search-testing</artifactId >
61
+ <version >${version.org.hibernate.search} </version >
62
+ <scope >test</scope >
63
+ </dependency >
62
64
<dependency >
63
65
<groupId >junit</groupId >
64
66
<artifactId >junit</artifactId >
65
67
<version >${version.junit} </version >
68
+ <scope >test</scope >
66
69
</dependency >
67
70
</dependencies >
68
71
Original file line number Diff line number Diff line change 27
27
<artifactId >hibernate-search-orm</artifactId >
28
28
<version >${version.org.hibernate.search} </version >
29
29
</dependency >
30
- <dependency >
31
- <groupId >org.hibernate</groupId >
32
- <artifactId >hibernate-search-testing</artifactId >
33
- <version >${version.org.hibernate.search} </version >
34
- </dependency >
35
30
<dependency >
36
31
<groupId >org.hibernate</groupId >
37
32
<artifactId >hibernate-search-elasticsearch</artifactId >
48
43
<artifactId >hibernate-entitymanager</artifactId >
49
44
<version >${version.org.hibernate} </version >
50
45
</dependency >
46
+
47
+ <dependency >
48
+ <groupId >com.h2database</groupId >
49
+ <artifactId >h2</artifactId >
50
+ <version >${version.com.h2database} </version >
51
+ </dependency >
52
+
51
53
<dependency >
52
54
<groupId >org.hibernate</groupId >
53
55
<artifactId >hibernate-testing</artifactId >
54
56
<version >${version.org.hibernate} </version >
57
+ <scope >test</scope >
55
58
</dependency >
56
-
57
59
<dependency >
58
- <groupId >com.h2database</groupId >
59
- <artifactId >h2</artifactId >
60
- <version >${version.com.h2database} </version >
60
+ <groupId >org.hibernate</groupId >
61
+ <artifactId >hibernate-search-testing</artifactId >
62
+ <version >${version.org.hibernate.search} </version >
63
+ <scope >test</scope >
61
64
</dependency >
62
65
<dependency >
63
66
<groupId >junit</groupId >
64
67
<artifactId >junit</artifactId >
65
68
<version >${version.junit} </version >
69
+ <scope >test</scope >
66
70
</dependency >
67
71
</dependencies >
68
72
Original file line number Diff line number Diff line change 24
24
<artifactId >hibernate-search-orm</artifactId >
25
25
<version >${version.org.hibernate.search} </version >
26
26
</dependency >
27
- <dependency >
28
- <groupId >org.hibernate</groupId >
29
- <artifactId >hibernate-search-testing</artifactId >
30
- <version >${version.org.hibernate.search} </version >
31
- </dependency >
32
27
33
28
<dependency >
34
29
<groupId >org.hibernate</groupId >
40
35
<artifactId >hibernate-entitymanager</artifactId >
41
36
<version >${version.org.hibernate} </version >
42
37
</dependency >
43
- <dependency >
44
- <groupId >org.hibernate</groupId >
45
- <artifactId >hibernate-testing</artifactId >
46
- <version >${version.org.hibernate} </version >
47
- </dependency >
48
38
49
39
<dependency >
50
40
<groupId >com.h2database</groupId >
51
41
<artifactId >h2</artifactId >
52
42
<version >${version.com.h2database} </version >
53
43
</dependency >
44
+
45
+ <dependency >
46
+ <groupId >org.hibernate</groupId >
47
+ <artifactId >hibernate-search-testing</artifactId >
48
+ <version >${version.org.hibernate.search} </version >
49
+ <scope >test</scope >
50
+ </dependency >
54
51
<dependency >
55
52
<groupId >junit</groupId >
56
53
<artifactId >junit</artifactId >
57
54
<version >${version.junit} </version >
55
+ <scope >test</scope >
58
56
</dependency >
59
57
</dependencies >
60
58
Original file line number Diff line number Diff line change 39
39
<artifactId >hibernate-core</artifactId >
40
40
<version >${version.org.hibernate} </version >
41
41
</dependency >
42
- <dependency >
43
- <groupId >org.hibernate</groupId >
44
- <artifactId >hibernate-testing</artifactId >
45
- <version >${version.org.hibernate} </version >
46
- </dependency >
47
42
48
43
<dependency >
49
44
<groupId >com.h2database</groupId >
50
45
<artifactId >h2</artifactId >
51
46
<version >${version.com.h2database} </version >
52
47
</dependency >
48
+
49
+ <dependency >
50
+ <groupId >org.hibernate</groupId >
51
+ <artifactId >hibernate-testing</artifactId >
52
+ <version >${version.org.hibernate} </version >
53
+ <scope >test</scope >
54
+ </dependency >
53
55
<dependency >
54
56
<groupId >junit</groupId >
55
57
<artifactId >junit</artifactId >
56
58
<version >${version.junit} </version >
59
+ <scope >test</scope >
57
60
</dependency >
58
61
<dependency >
59
62
<groupId >org.assertj</groupId >
60
63
<artifactId >assertj-core</artifactId >
61
64
<version >${version.org.assertj.assertj-core} </version >
65
+ <scope >test</scope >
62
66
</dependency >
63
67
</dependencies >
64
68
Original file line number Diff line number Diff line change 36
36
<artifactId >hibernate-core</artifactId >
37
37
<version >${version.org.hibernate} </version >
38
38
</dependency >
39
- <dependency >
40
- <groupId >org.hibernate</groupId >
41
- <artifactId >hibernate-testing</artifactId >
42
- <version >${version.org.hibernate} </version >
43
- </dependency >
44
39
45
40
<dependency >
46
41
<groupId >com.h2database</groupId >
47
42
<artifactId >h2</artifactId >
48
43
<version >${version.com.h2database} </version >
49
44
</dependency >
45
+
46
+ <dependency >
47
+ <groupId >org.hibernate</groupId >
48
+ <artifactId >hibernate-testing</artifactId >
49
+ <version >${version.org.hibernate} </version >
50
+ <scope >test</scope >
51
+ </dependency >
50
52
<dependency >
51
53
<groupId >junit</groupId >
52
54
<artifactId >junit</artifactId >
53
55
<version >${version.junit} </version >
56
+ <scope >test</scope >
54
57
</dependency >
55
58
<dependency >
56
59
<groupId >org.assertj</groupId >
57
60
<artifactId >assertj-core</artifactId >
58
61
<version >${version.org.assertj.assertj-core} </version >
62
+ <scope >test</scope >
59
63
</dependency >
60
64
</dependencies >
61
65
Original file line number Diff line number Diff line change 77
77
<groupId >org.hibernate.orm</groupId >
78
78
<artifactId >hibernate-core</artifactId >
79
79
</dependency >
80
- <dependency >
81
- <groupId >org.hibernate.orm</groupId >
82
- <artifactId >hibernate-testing</artifactId >
83
- </dependency >
84
80
85
81
<dependency >
86
82
<groupId >com.h2database</groupId >
87
83
<artifactId >h2</artifactId >
88
84
<version >${version.com.h2database} </version >
89
85
</dependency >
86
+
87
+ <dependency >
88
+ <groupId >org.hibernate.orm</groupId >
89
+ <artifactId >hibernate-testing</artifactId >
90
+ <scope >test</scope >
91
+ </dependency >
90
92
<dependency >
91
93
<groupId >org.junit.jupiter</groupId >
92
94
<artifactId >junit-jupiter</artifactId >
95
+ <scope >test</scope >
93
96
</dependency >
94
97
<dependency >
95
98
<groupId >org.junit.platform</groupId >
96
99
<artifactId >junit-platform-launcher</artifactId >
100
+ <scope >test</scope >
97
101
</dependency >
98
102
<dependency >
99
103
<groupId >org.junit.jupiter</groupId >
100
104
<artifactId >junit-jupiter-engine</artifactId >
105
+ <scope >test</scope >
101
106
</dependency >
102
107
<dependency >
103
108
<groupId >org.assertj</groupId >
104
109
<artifactId >assertj-core</artifactId >
105
110
<version >${version.org.assertj.assertj-core} </version >
111
+ <scope >test</scope >
106
112
</dependency >
107
113
<dependency >
108
114
<groupId >org.testcontainers</groupId >
109
115
<artifactId >elasticsearch</artifactId >
116
+ <scope >test</scope >
110
117
</dependency >
111
118
</dependencies >
112
119
You can’t perform that action at this time.
0 commit comments