Skip to content

Commit

Permalink
Remove invalid import
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Nov 4, 2024
1 parent e92e0e8 commit 3eccf37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions EOCVSimPlugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,11 @@ dependencies {
implementation "ch.qos.logback:logback-classic:$logback_classic_version"

implementation('com.github.deltacv.visionloop:visionloop:b6d9404dd7') {
exclude group: 'com.github.deltacv.EOCVSim', module: 'Common'
exclude group: 'com.github.deltacv.EOCVSim', module: 'Vision'
exclude group: 'com.github.deltacv.EOCVSim'
}

implementation('com.github.deltacv.visionloop:streaming:b6d9404dd7') {
exclude group: 'com.github.deltacv.EOCVSim', module: 'Common'
exclude group: 'com.github.deltacv.EOCVSim', module: 'Vision'
exclude group: 'com.github.deltacv.EOCVSim'
}

implementation("io.javalin:javalin:6.3.0")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import com.github.serivesmejia.eocvsim.pipeline.PipelineManager
import com.github.serivesmejia.eocvsim.pipeline.PipelineSource
import com.github.serivesmejia.eocvsim.util.loggerForThis
import io.github.deltacv.eocvsim.pipeline.StreamableOpenCvPipeline
import io.github.deltacv.eocvsim.pipeline.StreamableOpenCvPipelineAccessor
import io.github.deltacv.eocvsim.pipeline.StreamableOpenCvPipelineInstantiator
import io.github.deltacv.eocvsim.stream.ImageStreamer
import io.github.deltacv.papervision.plugin.PaperVisionProcessRunner
Expand Down

0 comments on commit 3eccf37

Please sign in to comment.