Skip to content

Commit

Permalink
Merge pull request #33 from conorheffron/fortify-fix
Browse files Browse the repository at this point in the history
Fortify scan fix
  • Loading branch information
conorheffron authored Mar 27, 2024
2 parents 6aa95cd + b0b46cb commit 28eed8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: 'org.springframework.boot'
// apply plugin: 'org.springframework.boot'
apply plugin: 'docker'
apply plugin: 'war'
apply plugin: 'maven'
Expand All @@ -31,6 +31,7 @@ repositories {
}

dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-maven-plugin', version: '1.5.22.RELEASE'
compile group: 'com.rabbitmq', name: 'amqp-client', version:'3.3.4'
compile group: 'io.searchbox', name: 'jest', version:'6.3.1'
compile group: 'org.elasticsearch', name: 'elasticsearch', version:'0.90.3'
Expand Down

0 comments on commit 28eed8f

Please sign in to comment.