Skip to content

Commit e4c57e4

Browse files
remove system dep
1 parent e1892ca commit e4c57e4

File tree

8 files changed

+58
-62
lines changed

8 files changed

+58
-62
lines changed

cloudbank-v4/account/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@
5252
<groupId>com.example</groupId>
5353
<artifactId>common</artifactId>
5454
<version>${project.version}</version>
55-
<scope>system</scope>
56-
<systemPath>${basedir}/../common/target/common-${project.version}.jar</systemPath>
5755
</dependency>
5856
</dependencies>
5957

cloudbank-v4/chatbot/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ https://oss.oracle.com/licenses/upl/ -->
2727
<groupId>com.example</groupId>
2828
<artifactId>common</artifactId>
2929
<version>${project.version}</version>
30-
<scope>system</scope>
31-
<systemPath>${basedir}/../common/target/common-${project.version}.jar</systemPath>
3230
</dependency>
3331
</dependencies>
3432

cloudbank-v4/checks/pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- Copyright (c) 2023, 2024, Oracle and/or its affiliates. -->
3-
<!-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. -->
4-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<!-- Licensed under the Universal Permissive License v 1.0 as shown at
4+
https://oss.oracle.com/licenses/upl. -->
5+
<project xmlns="http://maven.apache.org/POM/4.0.0"
6+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
68
<modelVersion>4.0.0</modelVersion>
79
<parent>
810
<groupId>com.example</groupId>
@@ -33,16 +35,14 @@
3335
<artifactId>spring-boot-starter-data-jdbc</artifactId>
3436
</dependency>
3537
<dependency>
36-
<groupId>com.oracle.database.spring</groupId>
37-
<artifactId>oracle-spring-boot-starter-ucp</artifactId>
38-
<version>${oracle-springboot-starter.version}</version>
39-
</dependency>
38+
<groupId>com.oracle.database.spring</groupId>
39+
<artifactId>oracle-spring-boot-starter-ucp</artifactId>
40+
<version>${oracle-springboot-starter.version}</version>
41+
</dependency>
4042
<dependency>
4143
<groupId>com.example</groupId>
4244
<artifactId>common</artifactId>
4345
<version>${project.version}</version>
44-
<scope>system</scope>
45-
<systemPath>${basedir}/../common/target/common-${project.version}.jar</systemPath>
4646
</dependency>
4747
</dependencies>
4848

@@ -59,4 +59,4 @@
5959
</plugins>
6060
</build>
6161

62-
</project>
62+
</project>

cloudbank-v4/creditscore/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- Copyright (c) 2023, 2024, Oracle and/or its affiliates. -->
3-
<!-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ -->
4-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<!-- Licensed under the Universal Permissive License v 1.0 as shown at
4+
https://oss.oracle.com/licenses/upl/ -->
5+
<project xmlns="http://maven.apache.org/POM/4.0.0"
6+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
68
<modelVersion>4.0.0</modelVersion>
79

810
<parent>
@@ -20,8 +22,6 @@
2022
<groupId>com.example</groupId>
2123
<artifactId>common</artifactId>
2224
<version>${project.version}</version>
23-
<scope>system</scope>
24-
<systemPath>${basedir}/../common/target/common-${project.version}.jar</systemPath>
2525
</dependency>
2626
</dependencies>
2727

@@ -37,4 +37,4 @@
3737
</plugin>
3838
</plugins>
3939
</build>
40-
</project>
40+
</project>

cloudbank-v4/customer/pom.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- Copyright (c) 2023, 2024, Oracle and/or its affiliates. -->
3-
<!-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ -->
4-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<!-- Licensed under the Universal Permissive License v 1.0 as shown at
4+
https://oss.oracle.com/licenses/upl/ -->
5+
<project xmlns="http://maven.apache.org/POM/4.0.0"
6+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
68
<modelVersion>4.0.0</modelVersion>
79

810
<parent>
@@ -22,17 +24,17 @@
2224
<artifactId>spring-boot-starter-data-jpa</artifactId>
2325
</dependency>
2426
<dependency>
25-
<groupId>com.oracle.database.spring</groupId>
26-
<artifactId>oracle-spring-boot-starter-ucp</artifactId>
27-
<version>${oracle-springboot-starter.version}</version>
27+
<groupId>com.oracle.database.spring</groupId>
28+
<artifactId>oracle-spring-boot-starter-ucp</artifactId>
29+
<version>${oracle-springboot-starter.version}</version>
2830
<type>pom</type>
29-
</dependency>
30-
<dependency>
31-
<groupId>com.oracle.database.spring</groupId>
32-
<artifactId>oracle-spring-boot-starter-wallet</artifactId>
33-
<version>${oracle-springboot-starter.version}</version>
34-
<type>pom</type>
35-
</dependency>
31+
</dependency>
32+
<dependency>
33+
<groupId>com.oracle.database.spring</groupId>
34+
<artifactId>oracle-spring-boot-starter-wallet</artifactId>
35+
<version>${oracle-springboot-starter.version}</version>
36+
<type>pom</type>
37+
</dependency>
3638
<dependency>
3739
<groupId>org.liquibase</groupId>
3840
<artifactId>liquibase-core</artifactId>
@@ -47,8 +49,6 @@
4749
<groupId>com.example</groupId>
4850
<artifactId>common</artifactId>
4951
<version>${project.version}</version>
50-
<scope>system</scope>
51-
<systemPath>${basedir}/../common/target/common-${project.version}.jar</systemPath>
5252
</dependency>
5353
</dependencies>
5454

@@ -71,4 +71,4 @@
7171
</plugins>
7272
</build>
7373

74-
</project>
74+
</project>

cloudbank-v4/customer32/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- Copyright (c) 2024, Oracle and/or its affiliates. -->
3-
<!-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ -->
4-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<!-- Licensed under the Universal Permissive License v 1.0 as shown at
4+
https://oss.oracle.com/licenses/upl/ -->
5+
<project xmlns="http://maven.apache.org/POM/4.0.0"
6+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
68
<modelVersion>4.0.0</modelVersion>
79
<parent>
810
<groupId>com.example</groupId>
@@ -31,11 +33,11 @@
3133
<type>pom</type>
3234
</dependency>
3335
<dependency>
34-
<groupId>com.oracle.database.spring</groupId>
35-
<artifactId>oracle-spring-boot-starter-wallet</artifactId>
36-
<version>${oracle-springboot-starter.version}</version>
37-
<type>pom</type>
38-
</dependency>
36+
<groupId>com.oracle.database.spring</groupId>
37+
<artifactId>oracle-spring-boot-starter-wallet</artifactId>
38+
<version>${oracle-springboot-starter.version}</version>
39+
<type>pom</type>
40+
</dependency>
3941
<dependency>
4042
<groupId>org.liquibase</groupId>
4143
<artifactId>liquibase-core</artifactId>
@@ -50,8 +52,6 @@
5052
<groupId>com.example</groupId>
5153
<artifactId>common</artifactId>
5254
<version>${project.version}</version>
53-
<scope>system</scope>
54-
<systemPath>${basedir}/../common/target/common-${project.version}.jar</systemPath>
5555
</dependency>
5656
</dependencies>
5757

@@ -73,4 +73,4 @@
7373
</plugins>
7474
</build>
7575

76-
</project>
76+
</project>

cloudbank-v4/testrunner/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- Copyright (c) 2023, 2024, Oracle and/or its affiliates. -->
3-
<!-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. -->
4-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
<!-- Licensed under the Universal Permissive License v 1.0 as shown at
4+
https://oss.oracle.com/licenses/upl. -->
5+
<project xmlns="http://maven.apache.org/POM/4.0.0"
6+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
57
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
68
<modelVersion>4.0.0</modelVersion>
79
<parent>
@@ -22,9 +24,9 @@
2224
<version>${oracle-springboot-starter.version}</version>
2325
</dependency>
2426
<dependency>
25-
<groupId>org.springframework.boot</groupId>
26-
<artifactId>spring-boot-starter-jdbc</artifactId>
27-
</dependency>
27+
<groupId>org.springframework.boot</groupId>
28+
<artifactId>spring-boot-starter-jdbc</artifactId>
29+
</dependency>
2830
<dependency>
2931
<groupId>com.oracle.database.spring</groupId>
3032
<artifactId>oracle-spring-boot-starter-wallet</artifactId>
@@ -39,8 +41,6 @@
3941
<groupId>com.example</groupId>
4042
<artifactId>common</artifactId>
4143
<version>${project.version}</version>
42-
<scope>system</scope>
43-
<systemPath>${basedir}/../common/target/common-${project.version}.jar</systemPath>
4444
</dependency>
4545
</dependencies>
4646

@@ -51,10 +51,10 @@
5151
<artifactId>spring-boot-maven-plugin</artifactId>
5252
</plugin>
5353
<plugin>
54-
<groupId>org.graalvm.buildtools</groupId>
55-
<artifactId>native-maven-plugin</artifactId>
56-
</plugin>
54+
<groupId>org.graalvm.buildtools</groupId>
55+
<artifactId>native-maven-plugin</artifactId>
56+
</plugin>
5757
</plugins>
5858
</build>
5959

60-
</project>
60+
</project>

cloudbank-v4/transfer/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- Copyright (c) 2023, 2024, Oracle and/or its affiliates. -->
3-
<!-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ -->
4-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
<!-- Licensed under the Universal Permissive License v 1.0 as shown at
4+
https://oss.oracle.com/licenses/upl/ -->
5+
<project xmlns="http://maven.apache.org/POM/4.0.0"
6+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
57
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
68
<modelVersion>4.0.0</modelVersion>
79

@@ -26,8 +28,6 @@
2628
<groupId>com.example</groupId>
2729
<artifactId>common</artifactId>
2830
<version>${project.version}</version>
29-
<scope>system</scope>
30-
<systemPath>${basedir}/../common/target/common-${project.version}.jar</systemPath>
3131
</dependency>
3232
</dependencies>
3333

0 commit comments

Comments
 (0)