Skip to content

Commit f1217b7

Browse files
committed
Fix mvn build
1 parent aece34c commit f1217b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

daytrader-ee7-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
<artifactId>daytrader-ee7-ejb</artifactId>
165165
<version>1.0-SNAPSHOT</version>
166166
<type>jar</type>
167-
<scope>compile</scope>
167+
<scope>provided</scope>
168168
</dependency>
169169

170170
</dependencies>

daytrader-ee7/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<plugin>
9797
<groupId>net.wasdev.wlp.maven.plugins</groupId>
9898
<artifactId>liberty-maven-plugin</artifactId>
99-
<version>1.2</version>
99+
<version>1.2.1</version>
100100
<executions>
101101
<execution>
102102
<id>start-server</id>

0 commit comments

Comments
 (0)