Skip to content

Commit 3c9deae

Browse files
committed
Releasing version 1.2.17
1 parent 112d6e2 commit 3c9deae

11 files changed

+48
-0
lines changed

bmc-examples/bin/pom.xml

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
5+
<parent>
6+
<groupId>com.oracle.oci.sdk</groupId>
7+
<artifactId>oci-java-sdk</artifactId>
8+
<version>1.2.17</version>
9+
<relativePath>../pom.xml</relativePath>
10+
</parent>
11+
12+
<artifactId>oci-java-sdk-examples</artifactId>
13+
<name>Oracle Cloud Infrastructure SDK - Examples</name>
14+
<description>This project contains the examples on how to use the SDK used for Oracle Cloud Infrastructure</description>
15+
<url>https://docs.us-phoenix-1.oraclecloud.com/Content/API/SDKDocs/javasdk.htm</url>
16+
17+
<dependencyManagement>
18+
<dependencies>
19+
<dependency>
20+
<groupId>com.oracle.oci.sdk</groupId>
21+
<artifactId>oci-java-sdk-bom</artifactId>
22+
<version>1.2.17</version>
23+
<type>pom</type>
24+
<scope>import</scope>
25+
</dependency>
26+
</dependencies>
27+
</dependencyManagement>
28+
29+
<dependencies>
30+
<dependency>
31+
<groupId>com.oracle.oci.sdk</groupId>
32+
<artifactId>oci-java-sdk-audit</artifactId>
33+
</dependency>
34+
<dependency>
35+
<groupId>com.oracle.oci.sdk</groupId>
36+
<artifactId>oci-java-sdk-core</artifactId>
37+
</dependency>
38+
<dependency>
39+
<groupId>com.oracle.oci.sdk</groupId>
40+
<artifactId>oci-java-sdk-identity</artifactId>
41+
</dependency>
42+
<dependency>
43+
<groupId>com.oracle.oci.sdk</groupId>
44+
<artifactId>oci-java-sdk-objectstorage</artifactId>
45+
</dependency>
46+
</dependencies>
47+
48+
</project>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)