Skip to content

Commit

Permalink
Fix mvn build
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmcclur committed Feb 20, 2017
1 parent aece34c commit f1217b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion daytrader-ee7-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<artifactId>daytrader-ee7-ejb</artifactId>
<version>1.0-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
<scope>provided</scope>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion daytrader-ee7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<plugin>
<groupId>net.wasdev.wlp.maven.plugins</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>1.2</version>
<version>1.2.1</version>
<executions>
<execution>
<id>start-server</id>
Expand Down

0 comments on commit f1217b7

Please sign in to comment.