Gitlab Community Edition Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cdstar
cdstar
Commits
cd46f56e
Commit
cd46f56e
authored
Mar 18, 2021
by
mhellka
Browse files
Updated dependencies.
parent
23831a1b
Pipeline
#181939
passed with stage
in 4 minutes and 47 seconds
Changes
15
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cdstar-backend-nio/pom.xml
View file @
cd46f56e
...
...
@@ -31,7 +31,7 @@
<dependency>
<groupId>
com.github.ben-manes.caffeine
</groupId>
<artifactId>
caffeine
</artifactId>
<version>
2.
8.1
</version>
<version>
2.
9.0
</version>
</dependency>
<dependency>
<groupId>
de.gwdg.cdstar
</groupId>
...
...
cdstar-cli/pom.xml
View file @
cd46f56e
...
...
@@ -125,17 +125,17 @@
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-slf4j-impl
</artifactId>
<version>
2.1
3
.1
</version>
<version>
2.1
4
.1
</version>
</dependency>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-core
</artifactId>
<version>
2.1
3
.1
</version>
<version>
2.1
4
.1
</version>
</dependency>
<dependency>
<groupId>
info.picocli
</groupId>
<artifactId>
picocli
</artifactId>
<version>
4.
2.0
</version>
<version>
4.
6.1
</version>
</dependency>
</dependencies>
<name>
CDStar: Commandline Interface
</name>
...
...
cdstar-elastic-ingest/pom.xml
View file @
cd46f56e
...
...
@@ -115,7 +115,7 @@
<dependency>
<groupId>
org.apache.activemq
</groupId>
<artifactId>
activemq-client
</artifactId>
<version>
5.1
5.1
1
</version>
<version>
5.1
6.
1
</version>
</dependency>
<dependency>
<groupId>
com.github.sbtourist
</groupId>
...
...
@@ -142,7 +142,7 @@
<dependency>
<groupId>
org.apache.activemq
</groupId>
<artifactId>
activemq-broker
</artifactId>
<version>
5.1
5.1
1
</version>
<version>
5.1
6.
1
</version>
<scope>
test
</scope>
</dependency>
<dependency>
...
...
@@ -170,7 +170,7 @@
<dependency>
<groupId>
info.picocli
</groupId>
<artifactId>
picocli
</artifactId>
<version>
4.
2.0
</version>
<version>
4.
6.1
</version>
</dependency>
<dependency>
<groupId>
de.gwdg.cdstar
</groupId>
...
...
cdstar-jetty/pom.xml
View file @
cd46f56e
...
...
@@ -8,7 +8,7 @@
<artifactId>
cdstar-jetty
</artifactId>
<properties>
<jetty.version>
9.4.
27
.v202
0
022
7
</jetty.version>
<jetty.version>
9.4.
38
.v202
1
022
4
</jetty.version>
</properties>
<dependencies>
...
...
@@ -33,4 +33,4 @@
<version>
${jetty.version}
</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
</project>
cdstar-plugins-pom/cdstar-activemq-embedded/pom.xml
View file @
cd46f56e
...
...
@@ -10,7 +10,7 @@
<dependency>
<groupId>
org.apache.activemq
</groupId>
<artifactId>
activemq-broker
</artifactId>
<version>
5.1
5.1
1
</version>
<version>
5.1
6.
1
</version>
<exclusions>
<exclusion>
<groupId>
org.checkerframework
</groupId>
...
...
@@ -25,17 +25,17 @@
<dependency>
<groupId>
org.apache.activemq
</groupId>
<artifactId>
activemq-kahadb-store
</artifactId>
<version>
5.1
5.1
1
</version>
<version>
5.1
6.
1
</version>
</dependency>
<dependency>
<groupId>
org.apache.activemq
</groupId>
<artifactId>
activemq-amqp
</artifactId>
<version>
5.1
5.1
1
</version>
<version>
5.1
6.
1
</version>
</dependency>
<dependency>
<groupId>
org.apache.activemq
</groupId>
<artifactId>
activemq-mqtt
</artifactId>
<version>
5.1
5.1
1
</version>
<version>
5.1
6.
1
</version>
</dependency>
</dependencies>
<name>
CDStar: Embedded ActiveMQ Broker
</name>
...
...
cdstar-plugins-pom/cdstar-activemq-sink/pom.xml
View file @
cd46f56e
...
...
@@ -11,22 +11,22 @@
<dependency>
<groupId>
org.apache.activemq
</groupId>
<artifactId>
activemq-client
</artifactId>
<version>
5.1
5.1
1
</version>
<version>
5.1
6.
1
</version>
</dependency>
<dependency>
<groupId>
org.apache.activemq
</groupId>
<artifactId>
activemq-amqp
</artifactId>
<version>
5.1
5.1
1
</version>
<version>
5.1
6.
1
</version>
</dependency>
<dependency>
<groupId>
org.apache.activemq
</groupId>
<artifactId>
activemq-mqtt
</artifactId>
<version>
5.1
5.1
1
</version>
<version>
5.1
6.
1
</version>
</dependency>
<dependency>
<groupId>
org.apache.activemq
</groupId>
<artifactId>
activemq-broker
</artifactId>
<version>
5.1
5.1
1
</version>
<version>
5.1
6.
1
</version>
<scope>
test
</scope>
<exclusions>
<exclusion>
...
...
cdstar-plugins-pom/cdstar-auth-jwt/pom.xml
View file @
cd46f56e
...
...
@@ -10,7 +10,7 @@
<dependency>
<groupId>
com.auth0
</groupId>
<artifactId>
java-jwt
</artifactId>
<version>
3.1
0
.0
</version>
<version>
3.1
4
.0
</version>
<exclusions>
<exclusion>
<!-- Provided by parent pom and cdstar-runtime -->
...
...
cdstar-plugins-pom/cdstar-ldap-realm/pom.xml
View file @
cd46f56e
...
...
@@ -10,8 +10,23 @@
<dependency>
<groupId>
org.zapodot
</groupId>
<artifactId>
embedded-ldap-junit
</artifactId>
<version>
0.
7
</version>
<version>
0.
8.1
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
de.gwdg.cdstar
</groupId>
<artifactId>
cdstar-runtime
</artifactId>
<exclusions>
<exclusion>
<groupId>
org.checkerframework
</groupId>
<artifactId>
checker-qual
</artifactId>
</exclusion>
<exclusion>
<groupId>
com.google.errorprone
</groupId>
<artifactId>
error_prone_annotations
</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
\ No newline at end of file
cdstar-plugins-pom/cdstar-rabbitmq-sink/pom.xml
View file @
cd46f56e
...
...
@@ -16,12 +16,12 @@
<dependency>
<groupId>
com.rabbitmq
</groupId>
<artifactId>
amqp-client
</artifactId>
<version>
5.
8
.0
</version>
<version>
5.
11
.0
</version>
</dependency>
<dependency>
<groupId>
org.assertj
</groupId>
<artifactId>
assertj-core
</artifactId>
<version>
3.1
5
.0
</version>
<version>
3.1
9
.0
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
...
...
cdstar-plugins-pom/cdstar-redis-sink/pom.xml
View file @
cd46f56e
...
...
@@ -10,7 +10,7 @@
<dependency>
<groupId>
redis.clients
</groupId>
<artifactId>
jedis
</artifactId>
<version>
3.
2.0
</version>
<version>
3.
5.2
</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
cdstar-plugins-pom/cdstar-ui/pom.xml
View file @
cd46f56e
...
...
@@ -11,17 +11,22 @@
<dependency>
<groupId>
org.webjars
</groupId>
<artifactId>
bootstrap
</artifactId>
<version>
4.4.1-1
</version>
<version>
4.6.0
</version>
</dependency>
<dependency>
<groupId>
org.webjars
</groupId>
<artifactId>
jquery
</artifactId>
<version>
3.5.1
</version>
</dependency>
<dependency>
<groupId>
org.webjars
</groupId>
<artifactId>
font-awesome
</artifactId>
<version>
5.1
2.0
</version>
<version>
5.1
5.2
</version>
</dependency>
<dependency>
<groupId>
org.freemarker
</groupId>
<artifactId>
freemarker
</artifactId>
<version>
2.3.3
0
</version>
<version>
2.3.3
1
</version>
</dependency>
<dependency>
<groupId>
de.gwdg.cdstar
</groupId>
...
...
cdstar-plugins-pom/cdstar-ui/src/main/resources/de/gwdg/cdstar/ext/ui/templates/HTML_head.html
View file @
cd46f56e
...
...
@@ -8,12 +8,12 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
href=
"${uibase}_assets/bootstrap/4.
4.1-1
/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"${uibase}_assets/font-awesome/5.1
2.0
/css/all.min.css"
rel=
"stylesheet"
>
<link
href=
"${uibase}_assets/bootstrap/4.
6.0
/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"${uibase}_assets/font-awesome/5.1
5.2
/css/all.min.css"
rel=
"stylesheet"
>
<link
rel=
"shortcut icon"
href=
"${uibase}_assets/favicon.ico"
type=
"image/x-icon"
>
<script
src=
"${uibase}_assets/jquery/3.
4.0
/jquery.min.js"
></script>
<script
src=
"${uibase}_assets/bootstrap/4.
4.1-1
/js/bootstrap.min.js"
></script>
<script
src=
"${uibase}_assets/jquery/3.
5.1
/jquery.min.js"
></script>
<script
src=
"${uibase}_assets/bootstrap/4.
6.0
/js/bootstrap.min.js"
></script>
</head>
<body>
...
...
cdstar-rest/pom.xml
View file @
cd46f56e
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
de.gwdg.cdstar
</groupId>
...
...
@@ -6,6 +8,9 @@
<version>
3.1.0-SNAPSHOT
</version>
</parent>
<artifactId>
cdstar-rest
</artifactId>
<properties>
<jersey.version>
2.33
</jersey.version>
</properties>
<dependencies>
<dependency>
...
...
@@ -34,7 +39,7 @@
<dependency>
<groupId>
org.freemarker
</groupId>
<artifactId>
freemarker
</artifactId>
<version>
2.3.3
0
</version>
<version>
2.3.3
1
</version>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.jaxrs
</groupId>
...
...
@@ -51,7 +56,7 @@
<dependency>
<groupId>
org.glassfish.jersey.media
</groupId>
<artifactId>
jersey-media-multipart
</artifactId>
<version>
2.30.1
</version>
<version>
${jersey.version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
...
...
@@ -62,13 +67,13 @@
<dependency>
<groupId>
org.glassfish.jersey.core
</groupId>
<artifactId>
jersey-client
</artifactId>
<version>
2.30.1
</version>
<version>
${jersey.version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.inject
</groupId>
<artifactId>
jersey-hk2
</artifactId>
<version>
2.30.1
</version>
<version>
${jersey.version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
...
...
@@ -82,4 +87,4 @@
<scope>
test
</scope>
</dependency>
</dependencies>
</project>
\ No newline at end of file
</project>
cdstar-runtime/pom.xml
View file @
cd46f56e
...
...
@@ -47,18 +47,18 @@
<dependency>
<groupId>
org.glassfish.jersey.containers
</groupId>
<artifactId>
jersey-container-servlet
</artifactId>
<version>
2.
30.1
</version>
<version>
3
.
0.1
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
io.github.classgraph
</groupId>
<artifactId>
classgraph
</artifactId>
<version>
4.8.
65
</version>
<version>
4.8.
102
</version>
</dependency>
<dependency>
<groupId>
io.dropwizard.metrics
</groupId>
<artifactId>
metrics-core
</artifactId>
<version>
4.1.
5
</version>
<version>
4.1.
18
</version>
</dependency>
<dependency>
<groupId>
de.gwdg.cdstar
</groupId>
...
...
pom.xml
View file @
cd46f56e
...
...
@@ -431,12 +431,12 @@
<dependency>
<groupId>
commons-codec
</groupId>
<artifactId>
commons-codec
</artifactId>
<version>
1.1
4
</version>
<version>
1.1
5
</version>
</dependency>
<dependency>
<groupId>
commons-io
</groupId>
<artifactId>
commons-io
</artifactId>
<version>
2.
6
</version>
<version>
2.
8.0
</version>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
...
...
@@ -456,7 +456,7 @@
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<version>
4.13
</version>
<version>
4.13
.2
</version>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson
</groupId>
...
...
@@ -472,14 +472,14 @@
<version>
2.9.7
</version>
</dependency>
<dependency>
<groupId>
org.apache.httpcomponents
</groupId>
<artifactId>
httpasyncclient
</artifactId>
<version>
4.1.4
</version>
<groupId>
org.apache.httpcomponents
</groupId>
<artifactId>
httpasyncclient
</artifactId>
<version>
4.1.4
</version>
</dependency>
<dependency>
<groupId>
org.mockito
</groupId>
<artifactId>
mockito-core
</artifactId>
<version>
3.
3
.0
</version>
<version>
3.
8
.0
</version>
</dependency>
</dependencies>
</dependencyManagement>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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