Skip to content

Commit

Permalink
set war name to prbz-overview only
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Sep 21, 2016
1 parent 7073041 commit 38de800
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
<version.war.plugin>2.1.1</version.war.plugin>
</properties>

<build>
<build>
<finalName>${project.name}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -134,15 +135,15 @@
<artifactId>assistant</artifactId>
<version>${version.org.jboss.set.assistant}</version>
</dependency>
<!-- Import the CDI API, we use provided scope as the API is included in
<!-- Import the CDI API, we use provided scope as the API is included in
WildFly -->
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
<scope>provided</scope>
</dependency>

<!-- Import the Servlet API, we use provided scope as the API is included
<!-- Import the Servlet API, we use provided scope as the API is included
in WildFly -->
<dependency>
<groupId>org.jboss.spec.javax.servlet</groupId>
Expand Down

0 comments on commit 38de800

Please sign in to comment.