File tree 4 files changed +12
-2
lines changed
src/main/java/no/nav/vedtak/felles/prosesstask/impl
4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 111
111
<artifactId >felles-db</artifactId >
112
112
<version >${felles.version} </version >
113
113
</dependency >
114
+ <dependency >
115
+ <groupId >no.nav.foreldrepenger.felles</groupId >
116
+ <artifactId >felles-server</artifactId >
117
+ <version >${felles.version} </version >
118
+ </dependency >
114
119
<dependency >
115
120
<groupId >no.nav.foreldrepenger.felles</groupId >
116
121
<artifactId >felles-kontekst</artifactId >
Original file line number Diff line number Diff line change 33
33
<artifactId >felles-db</artifactId >
34
34
<scope >provided</scope >
35
35
</dependency >
36
+ <dependency >
37
+ <groupId >no.nav.foreldrepenger.felles</groupId >
38
+ <artifactId >felles-server</artifactId >
39
+ <scope >provided</scope >
40
+ </dependency >
36
41
37
42
<dependency >
38
43
<groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 19
19
@ ApplicationScoped
20
20
@ ActivateRequestContext
21
21
@ Transactional
22
- public class BatchTaskScheduler implements Controllable {
22
+ public class BatchTaskScheduler implements no . nav . vedtak . server . Controllable , Controllable {
23
23
24
24
private static final Logger LOG = LoggerFactory .getLogger (BatchTaskScheduler .class );
25
25
private TaskManagerRepositoryImpl taskRepository ;
Original file line number Diff line number Diff line change 47
47
* Main class handling polling tasks and dispatching these.
48
48
*/
49
49
@ ApplicationScoped
50
- public class TaskManager implements Controllable {
50
+ public class TaskManager implements no . nav . vedtak . server . Controllable , Controllable {
51
51
52
52
public static final String TASK_MANAGER_POLLING_WAIT = "task.manager.polling.wait" ;
53
53
public static final String TASK_MANAGER_POLLING_DELAY = "task.manager.polling.delay" ;
You can’t perform that action at this time.
0 commit comments