Add Spring Test for Apache Geode (STDG) to the set of testDependencies Gradle build extension in the DependencySet Gradle Plugin.

This commit is contained in:
John Blum
2021-11-17 12:54:05 -08:00
parent 1db3ad9aca
commit 1f309e157b

View File

@@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations under
* the License.
*/
package io.spring.gradle.convention;
package io.spring.gradle.convention
import org.gradle.api.Plugin
import org.gradle.api.Project
@@ -59,6 +59,7 @@ class DependencySetPlugin implements Plugin<Project> {
"org.mockito:mockito-core",
"org.projectlombok:lombok",
"org.springframework:spring-test",
"org.springframework.data:spring-data-geode-test",
"edu.umd.cs.mtc:multithreadedtc"
]