From 632693a9cf6c1af1bab929409693f8f32f60054e Mon Sep 17 00:00:00 2001 From: Dave Hadka Date: Sun, 2 Apr 2023 09:24:00 -0500 Subject: [PATCH] Exclude MOEA Framework from bundle --- README.md | 4 ++-- pom.xml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e14f929..68b85c4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add the following dependency to your `pom.xml`: org.moeaframework jmetal-plugin - 6.0.0 + 6.0.1 ``` @@ -25,7 +25,7 @@ number of this project will match the supported JMetal version. Below is a comp JMetal Version | JMetal-Plugin Latest | Supported MOEA Framework Versions | Supported Java Versions -------------- | -------------------- | --------------------------------- | ----------------------- -**`6.0`** | **`6.0.0`** | **`>= 3.5`** | **`>= 14`** +**`6.0`** | **`6.0.1`** | **`>= 3.5`** | **`>= 14`** `5.11` | `5.11.2` | `>= 3.2` | `>= 14` ## Usage diff --git a/pom.xml b/pom.xml index 179c859..0c7970f 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.moeaframework jmetal-plugin - 6.0.0 + 6.0.1 jar JMetal Plugin for the MOEA Framework @@ -40,6 +40,7 @@ org.moeaframework moeaframework 3.5 + provided org.uma.jmetal