Skip to content

Commit

Permalink
Merge pull request #167 from rhusar/embedded
Browse files Browse the repository at this point in the history
Remove obsolete arquillian-core version override in tomcat-embedded-10 module
  • Loading branch information
rhusar authored Jul 1, 2024
2 parents efcd776 + c0e979a commit a7fba9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,14 @@ indent_style=space
indent_size=4

[{*.mod,*.dtd,*.ent,*.elt}]
indent_style=space
indent_size=2

[{*.jhm,*.xjb,*.rng,*.wsdl,*.fxml,*.plan,*.pom,*.xslt,*.jrxml,*.ant,*.svg,*.xul,*.xsl,*.xsd,*.tld,*.jnlp,*.wsdd,*.wadl,*.xml}]
indent_style=space
indent_size=2

[{.babelrc,.stylelintrc,.eslintrc,*.bowerrc,*.jsb3,*.jsb2,*.json}]
indent_style=space
indent_size=2

[{*.yml,*.yaml}]
indent_style=space
indent_size=2

2 changes: 0 additions & 2 deletions tomcat-embedded-10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
<name>Arquillian Tomcat Embedded 10.x Container</name>

<properties>
<!-- Needs newer version because of deprecated method removal in CDI 4 and subsequent adjustments in Arq. -->
<arquillian.core.version>1.7.0.Alpha10</arquillian.core.version>
<ecj.version>4.6.1</ecj.version>
</properties>

Expand Down

0 comments on commit a7fba9b

Please sign in to comment.