Skip to content

Commit

Permalink
cleanup optional dependency definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
mtf90 committed Feb 25, 2024
1 parent 7a40a75 commit db1406a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ limitations under the License.
<artifactId>learnlib-examples</artifactId>
<version>${project.version}</version>
<scope>test</scope>
<optional>true</optional>
</dependency>
</dependencies>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion filters/cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ limitations under the License.
<dependency>
<groupId>de.learnlib</groupId>
<artifactId>learnlib-parallelism</artifactId>
<scope>provided</scope>
<optional>true</optional>
</dependency>

<!-- test -->
Expand Down

0 comments on commit db1406a

Please sign in to comment.