File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
src/test/java/com/netz00/hibernatesearch6example Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 47
47
<artifactId >mapstruct</artifactId >
48
48
<version >1.5.2.Final</version >
49
49
</dependency >
50
+ <dependency >
51
+ <groupId >com.h2database</groupId >
52
+ <artifactId >h2</artifactId >
53
+ <scope >test</scope >
54
+ </dependency >
50
55
<dependency >
51
56
<groupId >org.springframework.boot</groupId >
52
57
<artifactId >spring-boot-starter-test</artifactId >
66
71
67
72
<build >
68
73
<plugins >
74
+ <plugin >
75
+ <groupId >org.springframework.boot</groupId >
76
+ <artifactId >spring-boot-maven-plugin</artifactId >
77
+ </plugin >
69
78
<plugin >
70
79
<groupId >org.apache.maven.plugins</groupId >
71
80
<artifactId >maven-compiler-plugin</artifactId >
Original file line number Diff line number Diff line change 1
1
package com .netz00 .hibernatesearch6example ;
2
2
3
+ import org .junit .jupiter .api .Disabled ;
3
4
import org .junit .jupiter .api .Test ;
4
5
import org .springframework .boot .test .context .SpringBootTest ;
5
6
6
7
@ SpringBootTest
8
+ @ Disabled
7
9
class HibernateSearch6ExampleApplicationTests {
8
10
9
11
@ Test
You can’t perform that action at this time.
0 commit comments