mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 16:07:12 -07:00
Fixed imports.
This commit is contained in:
parent
ddb4b3dbd8
commit
6932b9f017
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
package com.beust.kobalt.maven
|
||||
|
||||
import com.beust.kobalt.api.*
|
||||
import org.eclipse.aether.artifact.*
|
||||
import com.beust.kobalt.api.Kobalt
|
||||
import org.eclipse.aether.artifact.DefaultArtifact
|
||||
|
||||
/**
|
||||
* Encapsulate a Maven id captured in one string, as used by Gradle or Ivy, e.g. "org.testng:testng:6.9.9".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue