Loading data-access/servlet/src/main/java/auth/oidc/NeaSigningKeyResolver.java→data-access/BACKUP/auth/neanias/NeaSigningKeyResolver.java +0 −0 File moved. View file data-access/servlet/src/main/java/auth/oidc/webapi/NeaTokenFilter.java→data-access/BACKUP/auth/neanias/NeaTokenFilter.java +0 −0 File moved. View file data-access/servlet/src/main/java/auth/oidc/webapi/NeaTokenSettings.java→data-access/BACKUP/auth/neanias/NeaTokenSettings.java +0 −0 File moved. View file data-access/servlet/pom.xml +9 −8 Original line number Diff line number Diff line Loading @@ -97,24 +97,26 @@ <!-- auth dependencies (mostly caused by jjwt lib) --> <!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-jackson --> <!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-api --> <dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt-jackson</artifactId> <artifactId>jjwt-api</artifactId> <version>0.12.3</version> <scope>runtime</scope> </dependency> <!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-api --> <dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt-api</artifactId> <artifactId>jjwt-impl</artifactId> <version>0.12.3</version> <scope>runtime</scope> </dependency> <!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-api --> <!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-jackson --> <dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt-impl</artifactId> <artifactId>jjwt-jackson</artifactId> <version>0.12.3</version> <scope>runtime</scope> </dependency> <dependency> Loading Loading @@ -152,7 +154,6 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.36</version> <scope>test</scope> </dependency> <!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-classic --> Loading docker/Dockerfile.soda +1 −3 Original line number Diff line number Diff line Loading @@ -33,9 +33,7 @@ ARG VLKB_VERSION COPY vlkb-${VLKB_VERSION}.deb ./ COPY vlkb-soda-${VLKB_VERSION}.war ${WEBAPP_DIR}/ RUN dpkg -i vlkb-${VLKB_VERSION}.deb \ && cd ${WEBAPP_DIR} && unzip vlkb-soda-${VLKB_VERSION}.war \ && rm -f $WEBAPP_DIR/WEB-INF/lib/jjwt-*0.11*.jar # remove jjwt used by IA2 (IA2 and IAM token filters used different ver of jjwt) && cd ${WEBAPP_DIR} && unzip vlkb-soda-${VLKB_VERSION}.war # configure instance Loading Loading
data-access/servlet/src/main/java/auth/oidc/NeaSigningKeyResolver.java→data-access/BACKUP/auth/neanias/NeaSigningKeyResolver.java +0 −0 File moved. View file
data-access/servlet/src/main/java/auth/oidc/webapi/NeaTokenFilter.java→data-access/BACKUP/auth/neanias/NeaTokenFilter.java +0 −0 File moved. View file
data-access/servlet/src/main/java/auth/oidc/webapi/NeaTokenSettings.java→data-access/BACKUP/auth/neanias/NeaTokenSettings.java +0 −0 File moved. View file
data-access/servlet/pom.xml +9 −8 Original line number Diff line number Diff line Loading @@ -97,24 +97,26 @@ <!-- auth dependencies (mostly caused by jjwt lib) --> <!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-jackson --> <!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-api --> <dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt-jackson</artifactId> <artifactId>jjwt-api</artifactId> <version>0.12.3</version> <scope>runtime</scope> </dependency> <!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-api --> <dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt-api</artifactId> <artifactId>jjwt-impl</artifactId> <version>0.12.3</version> <scope>runtime</scope> </dependency> <!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-api --> <!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-jackson --> <dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt-impl</artifactId> <artifactId>jjwt-jackson</artifactId> <version>0.12.3</version> <scope>runtime</scope> </dependency> <dependency> Loading Loading @@ -152,7 +154,6 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.36</version> <scope>test</scope> </dependency> <!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-classic --> Loading
docker/Dockerfile.soda +1 −3 Original line number Diff line number Diff line Loading @@ -33,9 +33,7 @@ ARG VLKB_VERSION COPY vlkb-${VLKB_VERSION}.deb ./ COPY vlkb-soda-${VLKB_VERSION}.war ${WEBAPP_DIR}/ RUN dpkg -i vlkb-${VLKB_VERSION}.deb \ && cd ${WEBAPP_DIR} && unzip vlkb-soda-${VLKB_VERSION}.war \ && rm -f $WEBAPP_DIR/WEB-INF/lib/jjwt-*0.11*.jar # remove jjwt used by IA2 (IA2 and IAM token filters used different ver of jjwt) && cd ${WEBAPP_DIR} && unzip vlkb-soda-${VLKB_VERSION}.war # configure instance Loading