Skip to content

Commit

Permalink
Exclude MOEA Framework from bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Apr 2, 2023
1 parent 6508a1d commit 632693a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add the following dependency to your `pom.xml`:
<dependency>
<groupId>org.moeaframework</groupId>
<artifactId>jmetal-plugin</artifactId>
<version>6.0.0</version>
<version>6.0.1</version>
</dependency>
```

Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.moeaframework</groupId>
<artifactId>jmetal-plugin</artifactId>
<version>6.0.0</version>
<version>6.0.1</version>
<packaging>jar</packaging>

<name>JMetal Plugin for the MOEA Framework</name>
Expand Down Expand Up @@ -40,6 +40,7 @@
<groupId>org.moeaframework</groupId>
<artifactId>moeaframework</artifactId>
<version>3.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.uma.jmetal</groupId>
Expand Down

0 comments on commit 632693a

Please sign in to comment.