Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobrz committed Nov 2, 2023
1 parent b6dafe7 commit 4c42242
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@

<name>Intersmash Shared Deployments (EAP 7): Hello World Quickstart</name>

<properties>
<formatting-style-base-directory>${project.parent.parent.parent.parent.basedir}/ide-config</formatting-style-base-directory>
</properties>

<dependencies>
<!-- Import the CDI API, we use provided scope as the API is included in WildFly -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>

<artifactId>intersmash-deployments-shared-eap7</artifactId>

<name>Intersmash Shared Deployments: EAP 7 aggregator</name>

<properties>
<!-- EAP 7 deployments must run on JDK 8 too -->
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down

0 comments on commit 4c42242

Please sign in to comment.