File tree 2 files changed +7
-1
lines changed
src/main/java/com/navercorp/pinpoint/batch
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 105
105
<artifactId >jakarta.activation</artifactId >
106
106
</dependency >
107
107
108
+ <dependency >
109
+ <groupId >org.aspectj</groupId >
110
+ <artifactId >aspectjweaver</artifactId >
111
+ </dependency >
112
+
108
113
<!-- Logging dependencies -->
109
114
<dependency >
110
115
<groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 19
19
import com .navercorp .pinpoint .common .hbase .config .HbaseNamespaceConfiguration ;
20
20
import com .navercorp .pinpoint .common .server .config .TypeLoaderConfiguration ;
21
21
import com .navercorp .pinpoint .common .server .util .ServerBootLogger ;
22
+ import com .navercorp .pinpoint .web .WebHbaseModule ;
22
23
import com .navercorp .pinpoint .web .webhook .WebhookModule ;
23
24
import org .springframework .boot .SpringBootConfiguration ;
24
25
import org .springframework .boot .autoconfigure .EnableAutoConfiguration ;
48
49
TypeLoaderConfiguration .class ,
49
50
BatchAppPropertySources .class ,
50
51
WebhookModule .class ,
51
- HbaseNamespaceConfiguration .class
52
+ WebHbaseModule .class
52
53
53
54
})
54
55
public class BatchApp {
You can’t perform that action at this time.
0 commit comments