Skip to content

Commit fd8f155

Browse files
author
Vladimir Kotal
committed
add JAX-B dependencies
fixes #2417
1 parent 069b2c7 commit fd8f155

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

opengrok-indexer/pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

opengrok-web/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@
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>

0 commit comments

Comments
 (0)