Skip to content

Commit

Permalink
updated scope for standford-nlp ; updated license check GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
maoo committed Apr 14, 2023
1 parent f026737 commit d3a7ebb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/acceptable-licenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@
<name>Universal Permissive License, Version 1.0</name>
<name>W3C license</name>
<name>jQuery license</name>
<name>MIT</name>
<name>MIT</name>
<name>MIT-0</name>
2 changes: 2 additions & 0 deletions tools/reminder-bot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,14 @@
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>${corenlp.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>${corenlp.version}</version>
<classifier>models</classifier>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit d3a7ebb

Please sign in to comment.