Skip to content

Commit

Permalink
Relocate ApiPluginIndex
Browse files Browse the repository at this point in the history
Pin to Guice 6.x. Move test to src/test/java. Issue #4
  • Loading branch information
sghill committed Jun 29, 2023
1 parent 4ad665a commit 33950f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
runtimeOnly("org.openrewrite:rewrite-java-11")

implementation("org.apache.maven.indexer:indexer-core:6.+")
implementation("com.google.inject:guice:latest.release")
implementation("com.google.inject:guice:6.+")
implementation("org.eclipse.sisu:org.eclipse.sisu.inject:latest.release")
implementation("org.apache.maven.wagon:wagon-http-lightweight:latest.release")
// implementation("org.eclipse.aether:aether-api:latest.release")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package net.sghill.jenkins.rewrite;
package org.openrewrite.jenkins;

import com.google.inject.Guice;
import com.google.inject.Injector;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package net.sghill.jenkins.rewrite;
package org.openrewrite.jenkins;

import lombok.extern.slf4j.Slf4j;
import org.apache.maven.wagon.events.TransferEvent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package net.sghill.jenkins.rewrite;
package org.openrewrite.jenkins;

import org.junit.jupiter.api.Test;

Expand Down

0 comments on commit 33950f5

Please sign in to comment.