Skip to content
Snippets Groups Projects
Commit 0bc3bdbd authored by Riabokon Stanislav(EPAM)[GCP]'s avatar Riabokon Stanislav(EPAM)[GCP]
Browse files

GONRG-950

Added new dependencies to fix spring app context for GAE and GKE.
parent 9c7602f3
No related branches found
No related tags found
4 merge requests!27Gcp fix sonar comments (GONRG-1371),!22Security configuration to CRS modules (GONRG-1220),!17Removed unhardcode repositories and distribution management from all poms (GONRG-1058),!10Fix Spring Context for GCP (GONRG-950)
......@@ -35,6 +35,15 @@
<artifactId>crs-converter-core</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-client</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-jwt</artifactId>
<version>1.0.10.RELEASE</version>
</dependency>
</dependencies>
<build>
......
......@@ -25,13 +25,22 @@
<name>crs-converter-gke</name>
<description>CRS converter service Google Kubernetes Engine deployment</description>
<dependencies>
<dependency>
<groupId>org.opengroup.osdu.crs-converter-service</groupId>
<artifactId>crs-converter-core</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
<dependencies>
<dependency>
<groupId>org.opengroup.osdu.crs-converter-service</groupId>
<artifactId>crs-converter-core</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-client</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-jwt</artifactId>
<version>1.0.10.RELEASE</version>
</dependency>
</dependencies>
<build>
<plugins>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment