File tree 2 files changed +30
-0
lines changed 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,26 @@ Portions Copyright (c) 2017-2018, Chris Fraire <
[email protected] >.
153
153
<artifactId >org.suigeneris.jrcs.rcs</artifactId >
154
154
<version >0.4.2</version >
155
155
</dependency >
156
+ <dependency >
157
+ <groupId >javax.xml.bind</groupId >
158
+ <artifactId >jaxb-api</artifactId >
159
+ <version >2.3.0</version >
160
+ </dependency >
161
+ <dependency >
162
+ <groupId >com.sun.xml.bind</groupId >
163
+ <artifactId >jaxb-core</artifactId >
164
+ <version >2.3.0</version >
165
+ </dependency >
166
+ <dependency >
167
+ <groupId >com.sun.xml.bind</groupId >
168
+ <artifactId >jaxb-impl</artifactId >
169
+ <version >2.3.0</version >
170
+ </dependency >
171
+ <dependency >
172
+ <groupId >javax.activation</groupId >
173
+ <artifactId >activation</artifactId >
174
+ <version >1.1.1</version >
175
+ </dependency >
156
176
</dependencies >
157
177
158
178
<build >
Original file line number Diff line number Diff line change 60
60
<artifactId >jaxb-api</artifactId >
61
61
<version >2.3.0</version >
62
62
</dependency >
63
+ <dependency >
64
+ <groupId >com.sun.xml.bind</groupId >
65
+ <artifactId >jaxb-core</artifactId >
66
+ <version >2.3.0</version >
67
+ </dependency >
68
+ <dependency >
69
+ <groupId >com.sun.xml.bind</groupId >
70
+ <artifactId >jaxb-impl</artifactId >
71
+ <version >2.3.0</version >
72
+ </dependency >
63
73
<dependency >
64
74
<groupId >javax.activation</groupId >
65
75
<artifactId >activation</artifactId >
You can’t perform that action at this time.
0 commit comments