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 >
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 >
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
7171 </plugins >
7272 </build >
7373
74- </project >
74+ </project >
0 commit comments