Skip to content

Commit

Permalink
chore: uvms.pom.version 2.24
Browse files Browse the repository at this point in the history
Added a jacoco include directive to avoid StackOverFlow. See
arquillian/arquillian-extension-jacoco#25
  • Loading branch information
hav-johwal committed Aug 21, 2024
1 parent 114a603 commit 178641f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<docker.dev.prestop.phase>validate</docker.dev.prestop.phase>
<docker.dev.stop.phase>verify</docker.dev.stop.phase>

<uvms.pom.version>3.22</uvms.pom.version>
<uvms.pom.version>3.24</uvms.pom.version>
<uvms.common.version>4.1.15</uvms.common.version>
<asset.version>6.8.35</asset.version>
<movement.version>5.6.21</movement.version>
Expand Down
7 changes: 5 additions & 2 deletions src/test/resources/arquillian.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<arquillian xmlns="http://jboss.org/schema/arquillian"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd">
<defaultProtocol type="Servlet 3.0" />
<defaultProtocol type="Servlet 3.0"/>
<container qualifier="wildfly-remote" default="true">
<protocol type="Servlet 3.0">
<property name="host">localhost</property>
Expand All @@ -15,5 +15,8 @@
<property name="password">Wildfly4ever!</property>
</configuration>
</container>


<extension qualifier="jacoco">
<property name="includes">fish.focus.uvms.webgateway.*</property>
</extension>
</arquillian>

0 comments on commit 178641f

Please sign in to comment.