From eb42185991c807e1ead284314e00c19c9a0e3ebc Mon Sep 17 00:00:00 2001 From: LSmyrnaios Date: Tue, 6 Jun 2023 19:27:02 +0300 Subject: [PATCH] - Update dependencies. - Add notes for swagger-UI in README. --- README.md | 5 +++++ pom.xml | 40 ++++++++++++++++++---------------------- 2 files changed, 23 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index b96ac5b..681a2de 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,8 @@ - Provide all not-set or redacted configurations, inside the **src/main/resources/application.properties** file. - Build the app with: `mvn clean install` - Run the app with: `java -jar ./target/uoa-repository-manager-service.jar` + + +### Notes for Swagger-UI: +- In order to request data from most endpoints, you have to be a "REGISTERED_USER", otherwise you will get a 403 error code. +- In order to be a registered user, you have to run the [UI-service](https://code-repo.d4science.org/MaDgIK/uoa-repository-manager-ui) , in the same machine, at the same time and login through a browser, using the following url: http://localhost:8480/uoa-repository-manager-service/openid_connect_login diff --git a/pom.xml b/pom.xml index d100753..c682233 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ org.apache.solr solr-solrj - 9.1.1 + 9.2.1 @@ -95,7 +95,6 @@ log4j log4j - javax.servlet javax.servlet-api @@ -154,7 +153,7 @@ cglib cglib-nodep - 2.2.2 + 3.3.0 @@ -179,7 +178,7 @@ com.sun.jersey jersey-client - 1.19.3 + 1.19.4 @@ -199,7 +198,7 @@ com.sun.mail javax.mail - 1.6.0 + 1.6.2 @@ -218,18 +217,11 @@ 1.7.0 - + - org.webjars - webjars-locator-core - 0.52 - - - - - postgresql + org.postgresql postgresql - 9.1-901.jdbc3 + 42.6.0 @@ -262,10 +254,13 @@ ${jedis.version} + org.apache.commons commons-pool2 + 2.11.1 + com.google.code.gson gson @@ -275,14 +270,14 @@ com.thetransactioncompany cors-filter - 2.5 + 2.10 javax.xml.ws jaxws-api - 2.3.0 + 2.3.1 @@ -293,18 +288,18 @@ javax.xml.bind jaxb-api - 2.3.0 + 2.3.1 com.sun.xml.bind jaxb-impl - 2.3.0 + 2.3.8 com.sun.xml.bind jaxb-core - 2.3.0 + 2.3.0.1 javax.activation @@ -332,7 +327,7 @@ org.springframework.session spring-session-bom - 2021.0.2 + 2021.2.1 pom import @@ -366,12 +361,13 @@ org.springframework.boot spring-boot-maven-plugin + ${spring.boot.version} cz.habarta.typescript-generator typescript-generator-maven-plugin - 2.16.538 + 2.37.1128 java to typeScript