File tree 3 files changed +7
-7
lines changed
src/main/java/com/baeldung
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
12
12
<parent >
13
13
<groupId >com.baeldung</groupId >
14
- <artifactId >parent-boot-2 </artifactId >
14
+ <artifactId >parent-boot-3 </artifactId >
15
15
<version >0.0.1-SNAPSHOT</version >
16
- <relativePath >../parent-boot-2 </relativePath >
16
+ <relativePath >../parent-boot-3 </relativePath >
17
17
</parent >
18
18
19
19
<dependencyManagement >
32
32
<dependency >
33
33
<groupId >javax.servlet</groupId >
34
34
<artifactId >javax.servlet-api</artifactId >
35
+ <version >4.0.1</version >
35
36
<scope >provided</scope >
36
37
</dependency >
37
38
<dependency >
Original file line number Diff line number Diff line change 1
1
package com .baeldung ;
2
2
3
- import javax .persistence .Entity ;
4
- import javax .persistence .GeneratedValue ;
5
- import javax .persistence .Id ;
3
+ import jakarta .persistence .Entity ;
4
+ import jakarta .persistence .GeneratedValue ;
5
+ import jakarta .persistence .Id ;
6
6
7
7
@ Entity
8
8
public class Employee {
Original file line number Diff line number Diff line change 8
8
import java .util .concurrent .ScheduledExecutorService ;
9
9
import java .util .concurrent .TimeUnit ;
10
10
11
- import javax .servlet .annotation .WebServlet ;
12
-
13
11
import com .vaadin .annotations .Push ;
14
12
import com .vaadin .annotations .Theme ;
15
13
import com .vaadin .annotations .VaadinServletConfiguration ;
41
39
import com .vaadin .ui .TwinColSelect ;
42
40
import com .vaadin .ui .UI ;
43
41
import com .vaadin .ui .VerticalLayout ;
42
+ import jakarta .servlet .annotation .WebServlet ;
44
43
45
44
@ SuppressWarnings ("serial" )
46
45
@ Push
You can’t perform that action at this time.
0 commit comments