Skip to content

Commit daecdc7

Browse files
authored
WIP: mvn package warning fix, removed server port from credit score application (#617)
* Adding +x to script, typos and remove verrazzano file * Repo updates for OL Changed repo for Oracle Linux to Oracle hosted repo * Typo in Dockerfile * Upgrading OKE and nodepool version to latest Current version 1.21.5 doesn't deploy properly. Upgrading to latest version * Updated README.md Changed the bit.ly URL * Initial check-in of sec workshop (#456) Initial check-in of sec workshop (#456) * Initial check in of Security Workshop (WMS8461) Initial check in of Security Workshop (WMS8461) * Initial check in of Security Workshop (WMS8461) * CLI Setup changes * Sample app Doc Update * Doc and SQL script updates * Created separate doc for the CLI stuff * cli doc changes * Removing CLI stuff * Doc updates * Doc bugs and Vault Documentation * Doc bugs and Vault docs * Vault Doc Updates * Setup doc fixes * Spell checking * Vault doc updates * Doc updates per Mark findings * Fix for k8s version and TF deprecated attr * Removed ssl_server_cert_dn from DBLINK * Remove _SSL_SERVER_CERT_DN vars * Adding back DB1_SSL_SERVER_CERT_DN * Vault doc updates * Vault doc updates * Setup and Vault changes * Typos * Added HashiCorp * Setup doc updates * Adding .gitignore for Hugo files * Rollback SSL_SERVER_CERT changes * Vault doc updates * PR fixes * Bugfixes * Vault doc update * Added Liquibase stuff * Liquibase stuff * LBase bug fixes and pom.xml update * LBase updates * APISIX script updates * fixed ORA-01400: cannot insert NULL * removed unused imports * Fix [WARNING] 'build.plugins.plugin.version' * Removed server port from application.yaml
1 parent 27056a9 commit daecdc7

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

cloudbank-v2/spring-apps/account/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
<plugin>
9292
<groupId>org.springframework.boot</groupId>
9393
<artifactId>spring-boot-maven-plugin</artifactId>
94+
<version>2.7.9</version>
9495
</plugin>
9596
</plugins>
9697
</build>

cloudbank-v2/spring-apps/creditscore/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.7.8</version>
10+
<version>2.7.9</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313
<groupId>com.example</groupId>
@@ -64,6 +64,7 @@
6464
<plugin>
6565
<groupId>org.springframework.boot</groupId>
6666
<artifactId>spring-boot-maven-plugin</artifactId>
67+
<version>2.7.9</version>
6768
<configuration>
6869
<excludes>
6970
<exclude>

cloudbank-v2/spring-apps/creditscore/src/main/resources/application.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# Copyright (c) 2023, Oracle and/or its affiliates.
33
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
44

5-
server:
6-
port: 7073
75
spring:
86
application:
97
name: creditscore

cloudbank-v2/spring-apps/customer/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.7.8</version>
10+
<version>2.7.9</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313
<groupId>com.example</groupId>
@@ -110,6 +110,7 @@
110110
<plugin>
111111
<groupId>org.springframework.boot</groupId>
112112
<artifactId>spring-boot-maven-plugin</artifactId>
113+
<version>2.7.9</version>
113114
<configuration>
114115
<excludes>
115116
<exclude>

cloudbank-v2/spring-apps/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<plugin>
4040
<groupId>org.springframework.boot</groupId>
4141
<artifactId>spring-boot-maven-plugin</artifactId>
42+
<version>2.7.9</version>
4243
<configuration>
4344
<excludes>
4445
<exclude>

cloudbank-v2/spring-apps/transfer/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.7.8</version>
10+
<version>2.7.9</version>
1111
<relativePath/>
1212
</parent>
1313
<groupId>com.exmaple</groupId>
@@ -59,6 +59,7 @@
5959
<plugin>
6060
<groupId>org.springframework.boot</groupId>
6161
<artifactId>spring-boot-maven-plugin</artifactId>
62+
<version>2.7.9</version>
6263
</plugin>
6364
</plugins>
6465
</build>

0 commit comments

Comments
 (0)