Skip to content

Commit

Permalink
Merge pull request #4 from mguessan/master
Browse files Browse the repository at this point in the history
remove dependency to maven.oracle.com
  • Loading branch information
mguessan authored Mar 21, 2024
2 parents 1ec51b7 + 416d229 commit a21fda5
Showing 1 changed file with 6 additions and 27 deletions.
33 changes: 6 additions & 27 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<repositories>
<repository>
<id>maven.oracle.com</id>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<url>https://maven.oracle.com</url>
<layout>default</layout>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>maven.oracle.com</id>
<url>https://maven.oracle.com</url>
</pluginRepository>
</pluginRepositories>


<build>
<resources>
<resource>
Expand Down Expand Up @@ -67,22 +46,22 @@

<dependencies>
<dependency>
<groupId>com.oracle.jdbc</groupId>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<version>12.2.0.1</version>
</dependency>
<dependency>
<groupId>com.oracle.jdbc</groupId>
<groupId>com.oracle.database.security</groupId>
<artifactId>oraclepki</artifactId>
<version>12.2.0.1</version>
</dependency>
<dependency>
<groupId>com.oracle.jdbc</groupId>
<groupId>com.oracle.database.security</groupId>
<artifactId>osdt_cert</artifactId>
<version>12.2.0.1</version>
</dependency>
<dependency>
<groupId>com.oracle.jdbc</groupId>
<groupId>com.oracle.database.security</groupId>
<artifactId>osdt_core</artifactId>
<version>12.2.0.1</version>
</dependency>
Expand All @@ -94,4 +73,4 @@
</dependency>
</dependencies>

</project>
</project>

0 comments on commit a21fda5

Please sign in to comment.