Skip to content

Commit

Permalink
.build/dependencies.props: Added OpenNLP MavenReference version so it…
Browse files Browse the repository at this point in the history
… can be managed with the other packages
  • Loading branch information
NightOwl888 committed Jan 13, 2024
1 parent d9a6ebc commit 81ddf2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .build/dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,7 @@
<SystemTextJsonPackageVersion>6.0.6</SystemTextJsonPackageVersion>
<TimeZoneConverterPackageVersion>6.1.0</TimeZoneConverterPackageVersion>
</PropertyGroup>
<PropertyGroup Label="Maven Package Reference Versions">
<OpenNLPToolsMavenReferenceVersion>1.9.4</OpenNLPToolsMavenReferenceVersion>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</ItemGroup>

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

</Project>

0 comments on commit 81ddf2c

Please sign in to comment.