Skip to content

Commit

Permalink
Remove jmetal-plugin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Nov 27, 2023
1 parent ab843f1 commit bc1fea6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@
<version>3.8</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.moeaframework</groupId>
<artifactId>jmetal-plugin</artifactId>
<version>6.2.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ public void testHBV() {
test("HBV");
}

@Test
public void testLakeProblem() {
test("LakeProblem");
}
// @Test
// public void testLakeProblem() {
// test("LakeProblem");
// }

@Test
public void testLRGV() {
test("LRGV");
}
// @Test
// public void testLRGV() {
// test("LRGV");
// }

@Test
@Ignore("requires matlab")
Expand Down

0 comments on commit bc1fea6

Please sign in to comment.