Skip to content

Commit

Permalink
allow maven 3.8 or higher.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Jul 31, 2023
1 parent 02cb3cc commit 31ce842
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
<jhdf5-2-10.version>2.9</jhdf5-2-10.version>
<jmatio.version>1.0</jmatio.version>
<joda-time.version>2.3</joda-time.version>
<jai-core.version>1.1.3</jai-core.version>
<javax-mail.version>1.4</javax-mail.version>
<jsbml.version>1.6.1</jsbml.version>
<jung-api.version>2.1.1</jung-api.version>
Expand Down Expand Up @@ -247,7 +248,7 @@
<!-- <message>Please consider using the maven-invoker-plugin (http://maven.apache.org/plugins/maven-invoker-plugin/)!</message>-->
</bannedPlugins>
<requireMavenVersion>
<version>3.9</version>
<version>3.8</version>
</requireMavenVersion>
<requireJavaVersion>
<version>17</version>
Expand Down
2 changes: 1 addition & 1 deletion vcell-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<dependency>
<groupId>javax.media.jai</groupId>
<artifactId>com.springsource.javax.media.jai.core</artifactId>
<version>1.1.3</version>
<version>${jai-core.version}</version>
</dependency>
<dependency>
<groupId>org.openrdf.sesame</groupId>
Expand Down

0 comments on commit 31ce842

Please sign in to comment.