Skip to content

Commit

Permalink
objectsdb maven repo sometimes unavailable, so let's have objectdb-2.…
Browse files Browse the repository at this point in the history
…8.6.jar locally :/
  • Loading branch information
neodiX committed Aug 28, 2024
1 parent 5940dad commit 78033a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Binary file added objectdb-2.8.6.jar
Binary file not shown.
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@
</mac.arm64.ton.binaries.uri>
</properties>

<repositories>
<repository>
<id>objectdb</id>
<name>ObjectDB Repository</name>
<url>https://m2.objectdb.com</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>com.googlecode.lanterna</groupId>
Expand Down Expand Up @@ -227,6 +219,8 @@
<dependency>
<groupId>com.objectdb</groupId>
<artifactId>objectdb</artifactId>
<scope>system</scope>
<systemPath>${project.basedir}/objectdb-${objectdb.version}.jar</systemPath>
<version>${objectdb.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 78033a6

Please sign in to comment.