Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Update recheck and discard old dependencies #18

Closed
beatngu13 opened this issue Feb 26, 2019 · 0 comments
Closed

Update recheck and discard old dependencies #18

beatngu13 opened this issue Feb 26, 2019 · 0 comments

Comments

@beatngu13
Copy link
Contributor

recheck now contains all necessary dependencies from both retest-model and retest-sut-api, while I'm working on a new release of surili-commons (formerly surili-model). As soon as this is done, you should be able to go from this:

libraryDependencies += "de.retest" % "surili-model" % "0.1.0-SNAPSHOT" % "provided" withSources () withJavadoc ()
libraryDependencies += "de.retest" % "retest-sut-api" % "3.2.0" % "provided" withSources () withJavadoc ()

To this:

libraryDependencies += "de.retest" % "surili-commons" % "0.1.0" % "provided" withSources () withJavadoc ()
@tdauth tdauth closed this as completed in eaba77f Feb 27, 2019
tdauth added a commit that referenced this issue Feb 27, 2019
Remove whitespace in resolver URL and adapt code to dependency.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant