Skip to content

Commit

Permalink
Remove unused dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 10, 2024
1 parent 870a49d commit 11921c8
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<com.io7m.blackthorne.version>2.0.1</com.io7m.blackthorne.version>
<com.io7m.jxtrand.version>2.1.0</com.io7m.jxtrand.version>
<com.io7m.seltzer.version>1.0.1</com.io7m.seltzer.version>
<com.io7m.xstructural.version>1.8.1</com.io7m.xstructural.version>

<!-- Third-party dependencies. -->
<derby.version>10.17.1.0</derby.version>
Expand Down Expand Up @@ -108,21 +107,6 @@
<artifactId>com.io7m.jxtrand.api</artifactId>
<version>${com.io7m.jxtrand.version}</version>
</dependency>
<dependency>
<groupId>com.io7m.jaffirm</groupId>
<artifactId>com.io7m.jaffirm.core</artifactId>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>com.io7m.jtensors</groupId>
<artifactId>com.io7m.jtensors.core</artifactId>
<version>10.0.0</version>
</dependency>
<dependency>
<groupId>com.io7m.jmulticlose</groupId>
<artifactId>com.io7m.jmulticlose.core</artifactId>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>com.io7m.anethum</groupId>
<artifactId>com.io7m.anethum.api</artifactId>
Expand Down Expand Up @@ -179,21 +163,6 @@
<artifactId>commons-text</artifactId>
<version>1.12.0</version>
</dependency>
<dependency>
<groupId>com.io7m.xstructural</groupId>
<artifactId>com.io7m.xstructural.cmdline</artifactId>
<version>${com.io7m.xstructural.version}</version>
</dependency>
<dependency>
<groupId>com.io7m.xstructural</groupId>
<artifactId>com.io7m.xstructural.xml</artifactId>
<version>${com.io7m.xstructural.version}</version>
</dependency>
<dependency>
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht-core</artifactId>
<version>1.5.2</version>
</dependency>
<dependency>
<groupId>com.io7m.jlexing</groupId>
<artifactId>com.io7m.jlexing.core</artifactId>
Expand Down

0 comments on commit 11921c8

Please sign in to comment.