forked from Netflix/conductor-community
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ISICO-15301: module change as per manan's comments
- Loading branch information
Showing
21 changed files
with
399 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# common project which contains base/framework/common classes across projects | ||
|
||
Utility project which has rest notification related properties and utility to send rest requests | ||
|
||
## Published Artifacts | ||
|
||
Group: `com.netflix.conductor` | ||
|
||
| Published Artifact | Description | | ||
|---------------------------|------------------------------------------| | ||
| conductor-communit-common | Utility classes to publish rest requests | | ||
|
||
|
||
## Configuration | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
plugins { | ||
id 'groovy' | ||
} | ||
dependencies { | ||
|
||
implementation "com.netflix.conductor:conductor-annotations:${revConductor}" | ||
|
||
implementation group: 'javax.inject', name: 'javax.inject', version: '1' | ||
implementation "org.apache.commons:commons-lang3:" | ||
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14' | ||
|
||
compileOnly 'org.springframework.boot:spring-boot-starter' | ||
compileOnly 'org.springframework.boot:spring-boot-starter-web' | ||
|
||
testImplementation "org.codehaus.groovy:groovy-all:${revGroovy}" | ||
testImplementation "org.spockframework:spock-core:${revSpock}" | ||
testImplementation "org.spockframework:spock-spring:${revSpock}" | ||
|
||
testImplementation 'org.springframework.boot:spring-boot-starter-web' | ||
testImplementation project(':conductor-test-util').sourceSets.test.output | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
{ | ||
"annotationProcessor": { | ||
"org.springframework.boot:spring-boot-configuration-processor": { | ||
"locked": "2.6.7" | ||
} | ||
}, | ||
"compileClasspath": { | ||
"org.apache.logging.log4j:log4j-api": { | ||
"locked": "2.17.1" | ||
}, | ||
"org.apache.logging.log4j:log4j-core": { | ||
"locked": "2.17.1" | ||
}, | ||
"org.apache.logging.log4j:log4j-jul": { | ||
"locked": "2.17.1" | ||
}, | ||
"org.apache.logging.log4j:log4j-slf4j-impl": { | ||
"locked": "2.17.1" | ||
}, | ||
"org.apache.logging.log4j:log4j-web": { | ||
"locked": "2.17.1" | ||
}, | ||
"org.springframework.boot:spring-boot-starter": { | ||
"locked": "2.6.7" | ||
}, | ||
"org.springframework.boot:spring-boot-starter-web": { | ||
"locked": "2.6.7" | ||
} | ||
}, | ||
"runtimeClasspath": { | ||
"org.apache.logging.log4j:log4j-api": { | ||
"locked": "2.17.1" | ||
}, | ||
"org.apache.logging.log4j:log4j-core": { | ||
"locked": "2.17.1" | ||
}, | ||
"org.apache.logging.log4j:log4j-jul": { | ||
"locked": "2.17.1" | ||
}, | ||
"org.apache.logging.log4j:log4j-slf4j-impl": { | ||
"locked": "2.17.1" | ||
}, | ||
"org.apache.logging.log4j:log4j-web": { | ||
"locked": "2.17.1" | ||
} | ||
}, | ||
"testCompileClasspath": { | ||
"org.apache.logging.log4j:log4j-api": { | ||
"locked": "2.17.1" | ||
}, | ||
"org.apache.logging.log4j:log4j-core": { | ||
"locked": "2.17.1" | ||
}, | ||
"org.apache.logging.log4j:log4j-jul": { | ||
"locked": "2.17.1" | ||
}, | ||
"org.apache.logging.log4j:log4j-slf4j-impl": { | ||
"locked": "2.17.1" | ||
}, | ||
"org.apache.logging.log4j:log4j-web": { | ||
"locked": "2.17.1" | ||
}, | ||
"org.codehaus.groovy:groovy-all": { | ||
"locked": "3.0.9" | ||
}, | ||
"org.junit.vintage:junit-vintage-engine": { | ||
"locked": "5.8.2" | ||
}, | ||
"org.spockframework:spock-core": { | ||
"locked": "2.1-groovy-3.0" | ||
}, | ||
"org.spockframework:spock-spring": { | ||
"locked": "2.1-groovy-3.0" | ||
}, | ||
"org.springframework.boot:spring-boot-starter-log4j2": { | ||
"locked": "2.6.7" | ||
}, | ||
"org.springframework.boot:spring-boot-starter-test": { | ||
"locked": "2.6.7" | ||
}, | ||
"org.springframework.boot:spring-boot-starter-web": { | ||
"locked": "2.6.7" | ||
} | ||
}, | ||
"testRuntimeClasspath": { | ||
"org.apache.logging.log4j:log4j-api": { | ||
"locked": "2.17.1" | ||
}, | ||
"org.apache.logging.log4j:log4j-core": { | ||
"locked": "2.17.1" | ||
}, | ||
"org.apache.logging.log4j:log4j-jul": { | ||
"locked": "2.17.1" | ||
}, | ||
"org.apache.logging.log4j:log4j-slf4j-impl": { | ||
"locked": "2.17.1" | ||
}, | ||
"org.apache.logging.log4j:log4j-web": { | ||
"locked": "2.17.1" | ||
}, | ||
"org.codehaus.groovy:groovy-all": { | ||
"locked": "3.0.9" | ||
}, | ||
"org.junit.vintage:junit-vintage-engine": { | ||
"locked": "5.8.2" | ||
}, | ||
"org.spockframework:spock-core": { | ||
"locked": "2.1-groovy-3.0" | ||
}, | ||
"org.spockframework:spock-spring": { | ||
"locked": "2.1-groovy-3.0" | ||
}, | ||
"org.springframework.boot:spring-boot-starter-log4j2": { | ||
"locked": "2.6.7" | ||
}, | ||
"org.springframework.boot:spring-boot-starter-test": { | ||
"locked": "2.6.7" | ||
}, | ||
"org.springframework.boot:spring-boot-starter-web": { | ||
"locked": "2.6.7" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.