Skip to content

Commit

Permalink
add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Apr 5, 2024
1 parent 607b82d commit da7d963
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ dependencies {
implementation 'org.apache.opennlp:opennlp-tools:1.9.1'
implementation 'black.ninia:jep:4.0.2'
implementation "org.apache.lucene:lucene-analyzers-common:4.5.1"
implementation group: 'org.jruby', name: 'jruby-complete', version: '9.2.13.0'

//Apache commons
implementation 'org.apache.commons:commons-collections4:4.4'
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/grobid/service/QuantitiesServiceModule.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
package org.grobid.service;

import com.codahale.metrics.MetricRegistry;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.google.inject.AbstractModule;
import com.google.inject.Binder;
import com.google.inject.Provides;
import jakarta.ws.rs.client.Client;
import jakarta.ws.rs.client.ClientBuilder;
Expand Down

0 comments on commit da7d963

Please sign in to comment.