Skip to content

Commit

Permalink
remove obsolete dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mtf90 committed Jan 26, 2024
1 parent 7c8cb69 commit 2765fd5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions incremental/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ limitations under the License.
</dependency>

<!-- test -->
<dependency>
<groupId>com.github.caciocavallosilano</groupId>
<artifactId>cacio-tta</artifactId>
</dependency>
<dependency>
<groupId>net.automatalib</groupId>
<artifactId>automata-core</artifactId>
Expand All @@ -82,11 +78,6 @@ limitations under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<awt.toolkit>com.github.caciocavallosilano.cacio.ctc.CTCToolkit</awt.toolkit>
<java.awt.graphicsenv>com.github.caciocavallosilano.cacio.ctc.CTCGraphicsEnvironment</java.awt.graphicsenv>
<java.awt.headless>false</java.awt.headless>
</systemPropertyVariables>
<!-- append to existing argLine to nicely work together with jacoco plugin -->
<argLine>@{argLine} --add-reads=net.automatalib.incremental=net.automatalib.core</argLine>
</configuration>
Expand Down

0 comments on commit 2765fd5

Please sign in to comment.