Skip to content

Commit

Permalink
Added AddDependency recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesRabauer committed Jan 29, 2024
1 parent c746d2a commit 5f1162e
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
- eclipse-store
- eclipsestore
recipeList:
##################### Add annotation ##################

- software:
xdev:
spring:
Expand All @@ -21,3 +21,9 @@ recipeList:
annotationTypeToAdd: 'software.xdev.spring.data.eclipse.store.repository.config.EnableEclipseStoreRepositories'
classPath: 'spring-data-eclipse-store'
annotationTypeToAddSimpleName: 'EnableEclipseStoreRepositories'

- org.openrewrite.maven.AddDependency:
groupId: software.xdev
artifactId: spring-data-eclipse-store
version: 1.0.0
acceptTransitive: true

0 comments on commit 5f1162e

Please sign in to comment.