We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aece34c commit f1217b7Copy full SHA for f1217b7
daytrader-ee7-web/pom.xml
@@ -164,7 +164,7 @@
164
<artifactId>daytrader-ee7-ejb</artifactId>
165
<version>1.0-SNAPSHOT</version>
166
<type>jar</type>
167
- <scope>compile</scope>
+ <scope>provided</scope>
168
</dependency>
169
170
</dependencies>
daytrader-ee7/pom.xml
@@ -96,7 +96,7 @@
96
<plugin>
97
<groupId>net.wasdev.wlp.maven.plugins</groupId>
98
<artifactId>liberty-maven-plugin</artifactId>
99
- <version>1.2</version>
+ <version>1.2.1</version>
100
<executions>
101
<execution>
102
<id>start-server</id>
0 commit comments