Skip to content

Commit

Permalink
Add missing OSGi metadata for Xodus
Browse files Browse the repository at this point in the history
  • Loading branch information
henryju committed Aug 2, 2022
1 parent ae05297 commit d3a6b4a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
<Embed-Dependency>*;scope=compile|runtime;inline=true;classifier=</Embed-Dependency>
<Import-Package>
org.eclipse.jgit.*;resolution:=optional,
kotlin.*;version="${kotlin.version}",
org.slf4j;version="1.2.3",
org.slf4j.spi;version="1.2.3",
</Import-Package>
<Export-Package>
org.sonarsource.sonarlint.core.*;version="${project.version}",
Expand Down
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,18 @@
<jdk.min.version>11</jdk.min.version>
<gson.version>2.9.0</gson.version>
<mockito.version>4.4.0</mockito.version>
<kotlin.version>1.6.10</kotlin.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>${kotlin.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
Expand Down Expand Up @@ -111,7 +119,7 @@
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.0.3</version>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down

0 comments on commit d3a6b4a

Please sign in to comment.