Skip to content

Commit

Permalink
Removes core from docs as this is part of the modules now.
Browse files Browse the repository at this point in the history
Signed-off-by: asjervanasten <[email protected]>
  • Loading branch information
appiepollo14 committed Dec 28, 2023
1 parent d77f68b commit a682db4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,6 @@ To get started writing a test with MicroShed Testing, add `system-test` and `jun
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.microshed</groupId>
<artifactId>microshed-testing-core</artifactId>
<version>0.9.2</version>
<scope>test</scope>
</dependency>

<!-- Any compatible version of JUnit Jupiter 5.X will work -->
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
7 changes: 0 additions & 7 deletions docs/features/Walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,6 @@ Given the above application code, we can start by adding maven dependencies:
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.microshed</groupId>
<artifactId>microshed-testing-core</artifactId>
<version>0.9.2</version>
<scope>test</scope>
</dependency>

<!-- Any compatible version of JUnit Jupiter 5.X will work -->
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
7 changes: 0 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,6 @@ To get started writing a test with MicroShed Testing, add `system-test` and `jun
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.microshed</groupId>
<artifactId>microshed-testing-core</artifactId>
<version>0.9.2</version>
<scope>test</scope>
</dependency>
<!-- Any compatible version of JUnit Jupiter 5.X will work -->
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit a682db4

Please sign in to comment.