File tree 9 files changed +75
-138
lines changed
9 files changed +75
-138
lines changed Original file line number Diff line number Diff line change 1
1
language : java
2
2
dist : xenial
3
3
jdk :
4
- - openjdk8
5
4
- openjdk11
6
5
7
6
env :
Original file line number Diff line number Diff line change 38
38
<groupId >org.hibernate</groupId >
39
39
<artifactId >hibernate-core</artifactId >
40
40
</dependency >
41
+ <dependency >
42
+ <groupId >com.sun.xml.bind</groupId >
43
+ <artifactId >jaxb-impl</artifactId >
44
+ <scope >test</scope >
45
+ <version >2.1.17</version >
46
+ </dependency >
47
+ <dependency >
48
+ <groupId >javax.xml.bind</groupId >
49
+ <artifactId >jaxb-api</artifactId >
50
+ <scope >test</scope >
51
+ </dependency >
52
+
41
53
</dependencies >
42
- <profiles >
43
- <profile >
44
- <id >jdk11-deps</id >
45
- <activation >
46
- <jdk >[11,)</jdk >
47
- </activation >
48
- <dependencies >
49
- <dependency >
50
- <groupId >com.sun.xml.bind</groupId >
51
- <artifactId >jaxb-impl</artifactId >
52
- <scope >test</scope >
53
- <version >2.1.17</version >
54
- </dependency >
55
- <dependency >
56
- <groupId >javax.xml.bind</groupId >
57
- <artifactId >jaxb-api</artifactId >
58
- <scope >test</scope >
59
- </dependency >
60
- </dependencies >
61
- </profile >
62
- </profiles >
54
+
63
55
</project >
Original file line number Diff line number Diff line change 47
47
<version >${camel.version} </version >
48
48
</dependency >
49
49
50
+ <dependency >
51
+ <groupId >com.sun.xml.bind</groupId >
52
+ <artifactId >jaxb-impl</artifactId >
53
+ </dependency >
54
+ <dependency >
55
+ <groupId >javax.xml.bind</groupId >
56
+ <artifactId >jaxb-api</artifactId >
57
+ </dependency >
58
+
50
59
<!-- Testing -->
51
60
<dependency >
52
61
<groupId >com.github.sbrannen</groupId >
71
80
72
81
</dependencies >
73
82
74
- <profiles >
75
- <profile >
76
- <id >jdk11-deps</id >
77
- <activation >
78
- <jdk >[11,)</jdk >
79
- </activation >
80
- <dependencies >
81
- <dependency >
82
- <groupId >com.sun.xml.bind</groupId >
83
- <artifactId >jaxb-impl</artifactId >
84
- </dependency >
85
- <dependency >
86
- <groupId >javax.xml.bind</groupId >
87
- <artifactId >jaxb-api</artifactId >
88
- </dependency >
89
- </dependencies >
90
- </profile >
91
- </profiles >
92
-
93
83
</project >
Original file line number Diff line number Diff line change 47
47
<version >${camel.version} </version >
48
48
</dependency >
49
49
50
+ <dependency >
51
+ <groupId >com.sun.xml.bind</groupId >
52
+ <artifactId >jaxb-impl</artifactId >
53
+ </dependency >
54
+ <dependency >
55
+ <groupId >javax.xml.bind</groupId >
56
+ <artifactId >jaxb-api</artifactId >
57
+ </dependency >
58
+
59
+
50
60
<!-- Testing -->
51
61
<dependency >
52
62
<groupId >com.github.sbrannen</groupId >
71
81
72
82
</dependencies >
73
83
74
- <profiles >
75
- <profile >
76
- <id >jdk11-deps</id >
77
- <activation >
78
- <jdk >[11,)</jdk >
79
- </activation >
80
- <dependencies >
81
- <dependency >
82
- <groupId >com.sun.xml.bind</groupId >
83
- <artifactId >jaxb-impl</artifactId >
84
- </dependency >
85
- <dependency >
86
- <groupId >javax.xml.bind</groupId >
87
- <artifactId >jaxb-api</artifactId >
88
- </dependency >
89
- </dependencies >
90
- </profile >
91
- </profiles >
92
-
93
-
94
84
</project >
Original file line number Diff line number Diff line change 47
47
<version >${camel.version} </version >
48
48
</dependency >
49
49
50
+ <dependency >
51
+ <groupId >com.sun.xml.bind</groupId >
52
+ <artifactId >jaxb-impl</artifactId >
53
+ </dependency >
54
+ <dependency >
55
+ <groupId >javax.xml.bind</groupId >
56
+ <artifactId >jaxb-api</artifactId >
57
+ </dependency >
58
+
59
+
50
60
<!-- Testing -->
51
61
<dependency >
52
62
<groupId >com.github.sbrannen</groupId >
71
81
72
82
</dependencies >
73
83
74
- <profiles >
75
- <profile >
76
- <id >jdk11-deps</id >
77
- <activation >
78
- <jdk >[11,)</jdk >
79
- </activation >
80
- <dependencies >
81
- <dependency >
82
- <groupId >com.sun.xml.bind</groupId >
83
- <artifactId >jaxb-impl</artifactId >
84
- </dependency >
85
- <dependency >
86
- <groupId >javax.xml.bind</groupId >
87
- <artifactId >jaxb-api</artifactId >
88
- </dependency >
89
- </dependencies >
90
- </profile >
91
- </profiles >
92
84
</project >
Original file line number Diff line number Diff line change 36
36
</excludes >
37
37
</resource >
38
38
</resources >
39
+ <plugins >
40
+ <plugin >
41
+ <groupId >org.apache.maven.plugins</groupId >
42
+ <artifactId >maven-compiler-plugin</artifactId >
43
+ <version >${compiler.version} </version >
44
+ <configuration >
45
+ <source >8</source >
46
+ <target >8</target >
47
+ </configuration >
48
+ </plugin >
49
+ </plugins >
39
50
</build >
40
51
41
52
<dependencies >
Original file line number Diff line number Diff line change 90
90
<artifactId >hsqldb</artifactId >
91
91
</dependency >
92
92
93
+ <dependency >
94
+ <groupId >javax.annotation</groupId >
95
+ <artifactId >javax.annotation-api</artifactId >
96
+ </dependency >
97
+
93
98
<!--
94
99
uncomment to enable enhanced cucumber-jvm reporting
95
100
http://www.masterthought.net/section/cucumber-reporting
122
127
</repository>
123
128
</repositories>
124
129
-->
125
- <profiles >
126
- <profile >
127
- <id >jdk11-deps</id >
128
- <activation >
129
- <jdk >[11,)</jdk >
130
- </activation >
131
- <dependencies >
132
- <dependency >
133
- <groupId >javax.annotation</groupId >
134
- <artifactId >javax.annotation-api</artifactId >
135
- </dependency >
136
- </dependencies >
137
- </profile >
138
- </profiles >
139
-
140
130
141
131
</project >
Original file line number Diff line number Diff line change 58
58
<log4j .version>1.2.17</log4j .version>
59
59
<jaxb-api .version>2.3.1</jaxb-api .version>
60
60
<jaxb-impl .version>2.3.2</jaxb-impl .version>
61
- <annotation-api .version>1.3.1 </annotation-api .version>
61
+ <annotation-api .version>1.3.2 </annotation-api .version>
62
62
</properties >
63
63
<modules >
64
64
<module >abstract-factory</module >
320
320
<artifactId >jaxb-impl</artifactId >
321
321
<version >${jaxb-impl.version} </version >
322
322
</dependency >
323
+ <dependency >
324
+ <groupId >org.javassist</groupId >
325
+ <artifactId >javassist</artifactId >
326
+ <version >3.25.0-GA</version >
327
+ </dependency >
323
328
</dependencies >
324
329
</dependencyManagement >
325
330
380
385
<artifactId >maven-compiler-plugin</artifactId >
381
386
<version >${compiler.version} </version >
382
387
<configuration >
383
- <source >1.8 </source >
384
- <target >1.8 </target >
388
+ <source >11 </source >
389
+ <target >11 </target >
385
390
</configuration >
386
391
</plugin >
387
392
<plugin >
500
505
</plugins >
501
506
</reporting >
502
507
503
- <profiles >
504
- <profile >
505
- <id >jdk11-dep-management</id >
506
- <activation >
507
- <jdk >[11,)</jdk >
508
- </activation >
509
- <dependencyManagement >
510
- <dependencies >
511
- <dependency >
512
- <groupId >org.javassist</groupId >
513
- <artifactId >javassist</artifactId >
514
- <version >3.25.0-GA</version >
515
- </dependency >
516
- <dependency >
517
- <groupId >javax.annotation</groupId >
518
- <artifactId >javax.annotation-api</artifactId >
519
- <version >1.3.2</version >
520
- </dependency >
521
- </dependencies >
522
- </dependencyManagement >
523
- </profile >
524
- </profiles >
525
-
526
508
</project >
Original file line number Diff line number Diff line change 41
41
<groupId >com.h2database</groupId >
42
42
<artifactId >h2</artifactId >
43
43
</dependency >
44
+ <dependency >
45
+ <groupId >com.sun.xml.bind</groupId >
46
+ <artifactId >jaxb-impl</artifactId >
47
+ </dependency >
48
+ <dependency >
49
+ <groupId >javax.xml.bind</groupId >
50
+ <artifactId >jaxb-api</artifactId >
51
+ </dependency >
44
52
<dependency >
45
53
<groupId >org.junit.jupiter</groupId >
46
54
<artifactId >junit-jupiter-engine</artifactId >
52
60
<scope >test</scope >
53
61
</dependency >
54
62
</dependencies >
55
- <profiles >
56
- <profile >
57
- <id >jdk11-deps</id >
58
- <activation >
59
- <jdk >[11,)</jdk >
60
- </activation >
61
- <dependencies >
62
- <dependency >
63
- <groupId >com.sun.xml.bind</groupId >
64
- <artifactId >jaxb-impl</artifactId >
65
- </dependency >
66
- <dependency >
67
- <groupId >javax.xml.bind</groupId >
68
- <artifactId >jaxb-api</artifactId >
69
- </dependency >
70
- </dependencies >
71
- </profile >
72
- </profiles >
63
+
73
64
</project >
You can’t perform that action at this time.
0 commit comments