Skip to content

Commit

Permalink
Limit org.xmlunit dependency scope
Browse files Browse the repository at this point in the history
We need org.xmlunit dependency in lighty-network-topology-device
as a test dependency.

Remove other usages.

Signed-off-by: Ivan Hrasko <[email protected]>
(cherry picked from commit 88fdfaa)
  • Loading branch information
ihrasko committed Nov 13, 2023
1 parent abe1c34 commit f88a6ee
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 40 deletions.
10 changes: 0 additions & 10 deletions examples/devices/lighty-actions-device/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,6 @@
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-matchers</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-assertj</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

</project>
Expand Down
5 changes: 5 additions & 0 deletions examples/devices/lighty-network-topology-device/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-matchers</artifactId>
Expand Down
10 changes: 0 additions & 10 deletions examples/devices/lighty-notifications-device/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,6 @@
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-matchers</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-assertj</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

</project>
10 changes: 0 additions & 10 deletions examples/devices/lighty-toaster-device/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,6 @@
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-matchers</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-assertj</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

</project>
Expand Down
10 changes: 0 additions & 10 deletions examples/devices/lighty-toaster-multiple-devices/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,6 @@
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-matchers</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-assertj</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
Expand Down

0 comments on commit f88a6ee

Please sign in to comment.