File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 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] >.
153153 <artifactId >org.suigeneris.jrcs.rcs</artifactId >
154154 <version >0.4.2</version >
155155 </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 >
156176 </dependencies >
157177
158178 <build >
Original file line number Diff line number Diff line change 6060 <artifactId >jaxb-api</artifactId >
6161 <version >2.3.0</version >
6262 </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 >
6373 <dependency >
6474 <groupId >javax.activation</groupId >
6575 <artifactId >activation</artifactId >
You can’t perform that action at this time.
0 commit comments