Skip to content

Commit

Permalink
changed version, removed xc-nexus
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Kaufmann committed Jul 4, 2018
1 parent fe6e3c6 commit 1540d41
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,10 @@ Please hop over to the [Wiki](https://github.com/Xceptance/neodymium-library/wik
If you are still impatient, here is the quickest way to get Neodymium added to your project. Don't forget the update the version number if you prefer a particular version.

```xml
<repositories>
<repository>
<id>xc-nexus</id>
<url>https://lab.xceptance.de/nexus/content/groups/public</url>
</repository>
</repositories>

<dependency>
<groupId>com.xceptance</groupId>
<artifactId>neodymium-library</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```
Add the `@RunWith` annotation to your test class or its superclass. This enables test execution with Neodymium.
Expand Down

0 comments on commit 1540d41

Please sign in to comment.