Skip to content

Commit

Permalink
cleanup dependency declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
mtf90 committed Feb 10, 2024
1 parent 6e901e7 commit 0e22986
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions datastructures/pta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ limitations under the License.
<groupId>net.automatalib</groupId>
<artifactId>automata-commons-smartcollections</artifactId>
</dependency>
<dependency>
<groupId>net.automatalib</groupId>
<artifactId>automata-util</artifactId>
</dependency>

<dependency>
<groupId>org.checkerframework</groupId>
Expand All @@ -64,6 +60,11 @@ limitations under the License.
<artifactId>automata-serialization-dot</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.automatalib</groupId>
<artifactId>automata-util</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.testng</groupId>
Expand Down

0 comments on commit 0e22986

Please sign in to comment.