Skip to content

Commit

Permalink
Use JUnit BOM, update site docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 12, 2024
1 parent 4378ad7 commit efe6314
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 19 deletions.
5 changes: 0 additions & 5 deletions com.io7m.jorchard.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>com.io7m.junreachable</groupId>
<artifactId>com.io7m.junreachable.core</artifactId>
</dependency>

<dependency>
<groupId>net.java.quickcheck</groupId>
<artifactId>quickcheck</artifactId>
Expand Down
21 changes: 10 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@
</modules>

<properties>
<!-- Configuration. -->
<io7m.api.previousVersion>2.0.1</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>
<junit.version>5.10.2</junit.version>
<io7m.java.targetJavaVersion>17</io7m.java.targetJavaVersion>

<org.junit.version>5.10.2</org.junit.version>
</properties>

<licenses>
Expand Down Expand Up @@ -77,7 +79,7 @@

<ciManagement>
<system>GitHub Actions</system>
<url>https://www.github.com/jorchard/actions</url>
<url>https://www.github.com/io7m-com/jorchard/actions</url>
</ciManagement>

<prerequisites>
Expand Down Expand Up @@ -125,14 +127,11 @@
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit.version}</version>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>${org.junit.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
Expand Down
7 changes: 4 additions & 3 deletions src/site/resources/features.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

<div xmlns="http://www.w3.org/1999/xhtml">
<ul>
<li>100% automated unit test coverage.</li>
<li><a href="https://www.osgi.org/">OSGi</a>-ready</li>
<li><a href="https://en.wikipedia.org/wiki/Java_Platform_Module_System">JPMS</a>-ready</li>
<li>Generic, mutable rose trees.</li>
<li>High coverage test suite.</li>
<li><a href="https://www.osgi.org/">OSGi</a>-ready.</li>
<li><a href="https://en.wikipedia.org/wiki/Java_Platform_Module_System">JPMS</a>-ready.</li>
<li>ISC license.</li>
</ul>
</div>

0 comments on commit efe6314

Please sign in to comment.