Skip to content

Commit c79e3c5

Browse files
authored
changes required to publish to central (#786)
* spring boot starters 23.4.0 Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>
1 parent 99d9856 commit c79e3c5

File tree

2 files changed

+22
-0
lines changed
  • spring/oracle-spring-boot-starters/23.4.0
    • oracle-spring-boot-starter-ucp/src/main/java/com/oracle/database/spring
    • oracle-spring-boot-starter-wallet/src/main/java/com/oracle/database/spring

2 files changed

+22
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) 2023, Oracle and/or its affiliates.
2+
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3+
4+
package com.oracle.database.spring;
5+
6+
/**
7+
* Oracle Spring Boot Starter for Universal Connection Pool.
8+
*/
9+
public class Starter {
10+
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) 2023, Oracle and/or its affiliates.
2+
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3+
4+
package com.oracle.database.spring;
5+
6+
/**
7+
* Oracle Spring Boot Starter for Wallet.
8+
*/
9+
public class Starter {
10+
11+
}

0 commit comments

Comments
 (0)