Skip to content

Commit

Permalink
Fix newman port problem
Browse files Browse the repository at this point in the history
  • Loading branch information
michelu89 committed Dec 14, 2023
1 parent 342f2ed commit c4bd46a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion aspect-model-editor-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<name>ESMF Aspect Model Editor Runtime</name>

<properties>
<integration-test-port/>
<main.class>org.eclipse.esmf.ame.Application</main.class>
</properties>

Expand Down Expand Up @@ -264,6 +263,7 @@
<dependency>
<groupId>classworlds</groupId>
<artifactId>classworlds</artifactId>
<version>${classworlds-version}</version>
</dependency>
</dependencies>
<executions>
Expand Down
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -377,11 +377,6 @@
<version>${cglib-version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>classworlds</groupId>
<artifactId>classworlds</artifactId>
<version>${classworlds-version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
Expand Down

0 comments on commit c4bd46a

Please sign in to comment.