Skip to content

Commit

Permalink
Adding uuid generator to janus runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaud committed Mar 5, 2020
1 parent 3a85195 commit c80f034
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Expand Up @@ -69,6 +69,7 @@ public class JanusClasspathContainer extends AbstractSARLBasedClasspathContainer
"com.fasterxml.jackson.dataformat.jackson-dataformat-xml", //$NON-NLS-1$
"com.fasterxml.jackson.dataformat.jackson-dataformat-yaml", //$NON-NLS-1$
"com.fasterxml.jackson.module.jackson-module-jaxb-annotations", //$NON-NLS-1$
"java-uuid-generator", //$NON-NLS-1$
"org.yaml.snakeyaml", //$NON-NLS-1$
"jakarta.xml.bind-api", //$NON-NLS-1$
"io.bootique", //$NON-NLS-1$
Expand Down
7 changes: 7 additions & 0 deletions sre/io.janusproject/io.janusproject.feature/feature.xml
Expand Up @@ -424,4 +424,11 @@
version="0.0.0"
unpack="false"/>

<plugin
id="java-uuid-generator"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>

0 comments on commit c80f034

Please sign in to comment.