Skip to content

Commit

Permalink
update djl srping to 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
tzolov committed Jan 23, 2024
1 parent 2bded4f commit 702a324
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ext {

debeziumVersion = '2.5.0.Final'
djlVersion = '0.26.0'
djlSpringVersion = '0.26-SNAPSHOT'
djlSpringVersion = '0.26'

springIntegrationAws = 'org.springframework.integration:spring-integration-aws:3.0.5'
ftpserverCore = 'org.apache.ftpserver:ftpserver-core:1.2.0'
Expand Down
4 changes: 0 additions & 4 deletions function/spring-computer-vision-function/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
repositories {
mavenLocal()
}

dependencies {
api "ai.djl.spring:djl-spring-boot-starter-autoconfigure:$djlSpringVersion"
api "ai.djl.spring:djl-spring-boot-starter-tensorflow-auto:$djlSpringVersion"
Expand Down

0 comments on commit 702a324

Please sign in to comment.