File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
src/org/opensolaris/opengrok/history Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -554,6 +554,16 @@ Portions Copyright (c) 2017-2018, Chris Fraire <
[email protected] >.
554
554
<artifactId >jersey-bean-validation</artifactId >
555
555
<version >${jersey.version} </version >
556
556
</dependency >
557
+ <dependency >
558
+ <groupId >javax.xml.bind</groupId >
559
+ <artifactId >jaxb-api</artifactId >
560
+ <version >2.3.0</version >
561
+ </dependency >
562
+ <dependency >
563
+ <groupId >javax.activation</groupId >
564
+ <artifactId >activation</artifactId >
565
+ <version >1.1</version >
566
+ </dependency >
557
567
<dependency >
558
568
<groupId >junit</groupId >
559
569
<artifactId >junit</artifactId >
Original file line number Diff line number Diff line change 32
32
import java .util .logging .Logger ;
33
33
import java .util .regex .Matcher ;
34
34
import java .util .regex .Pattern ;
35
- import jdk .nashorn .internal .objects .NativeDebug ;
36
35
import org .opensolaris .opengrok .logger .LoggerFactory ;
37
36
import org .opensolaris .opengrok .util .Executor ;
38
37
You can’t perform that action at this time.
0 commit comments