Skip to content
Snippets Groups Projects
Commit e125ba6c authored by Makhtar DIAGNE's avatar Makhtar DIAGNE
Browse files

[TECH] RPM update jdk from 1.8 to 11

parent 41bf6956
No related branches found
No related tags found
1 merge request!1Feature/design/1
......@@ -7,7 +7,7 @@
NAME := logstash
VERSION := 0.0.0
LOGSTASH_VERSION := 6.4.2
DEPENDENCIES := systemd,java-1.8.0-openjdk
DEPENDENCIES := systemd,java-11-openjdk
# Src configuration:
......
......@@ -51,7 +51,7 @@
If you want to changes default dependencies (only systemd), define them as a
comma separated list of packages
-->
<argument>DEPENDENCIES=systemd,java-1.8.0-openjdk</argument>
<argument>DEPENDENCIES=systemd,java-11-openjdk</argument>
</arguments>
</configuration>
</execution>
......
......@@ -1320,7 +1320,7 @@
<argument>USER=vitamui</argument>
<!-- If you want to changes default dependencies (only systemd),
define them as a comma separated list of packages -->
<argument>DEPENDENCIES=systemd,java-1.8.0-openjdk</argument>
<argument>DEPENDENCIES=systemd,java-11-openjdk</argument>
</arguments>
</configuration>
</execution>
......
......@@ -31,7 +31,7 @@ RUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i == system
################################ Install build tools (rpm / maven / java) ###############################
RUN yum install -y \
java-1.8.0-openjdk-devel \
java-11-openjdk-devel \
rpm-build \
rpmdevtools \
initscripts.x86_64 \
......
......@@ -31,7 +31,7 @@ RUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i == system
################################ Install build tools (rpm / maven / java) ###############################
RUN yum install -y \
java-1.8.0-openjdk-devel \
java-11-openjdk-devel \
rpm-build \
rpmdevtools \
initscripts.x86_64 \
......
......@@ -285,7 +285,7 @@
If you want to changes default dependencies (only systemd), define them as a
comma separated list of packages
-->
<argument>DEPENDENCIES=systemd,java-1.8.0-openjdk</argument>
<argument>DEPENDENCIES=systemd,java-11-openjdk</argument>
</arguments>
</configuration>
</execution>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment