Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SAREF
saref-pipeline
Commits
cfcec352
Unverified
Commit
cfcec352
authored
Jul 26, 2021
by
Maxime Lefrançois
Browse files
Added JAXB implementation
parent
4405a4aa
Pipeline
#384
passed with stage
in 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
cfcec352
...
...
@@ -205,6 +205,15 @@
<artifactId>
jena-text
</artifactId>
<version>
3.13.0
</version>
</dependency>
<!-- JAXB Implementation -->
<dependency>
<groupId>
com.sun.xml.bind
</groupId>
<artifactId>
jaxb-impl
</artifactId>
<version>
3.0.1
</version>
<scope>
runtime
</scope>
</dependency>
</dependencies>
<build>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment