Skip to content

Commit

Permalink
Lucene.Net.Analysis.OpenNLP: Added Maven dependency on org.osgi.core …
Browse files Browse the repository at this point in the history
…to eliminate build warnings (at least 1 type is referenced in opennlp-tools)
  • Loading branch information
NightOwl888 committed Jan 13, 2024
1 parent 81ddf2c commit 608295c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .build/dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,6 @@
</PropertyGroup>
<PropertyGroup Label="Maven Package Reference Versions">
<OpenNLPToolsMavenReferenceVersion>1.9.4</OpenNLPToolsMavenReferenceVersion>
<OSGICoreMavenReferenceVersion>4.2.0</OSGICoreMavenReferenceVersion>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@

<ItemGroup>
<MavenReference Include="org.apache.opennlp:opennlp-tools" Version="$(OpenNLPToolsMavenReferenceVersion)" />
<MavenReference Include="org.osgi:org.osgi.core" Version="$(OSGICoreMavenReferenceVersion)" />
</ItemGroup>

</Project>

0 comments on commit 608295c

Please sign in to comment.