el-api dependency should be "provided"

This commit is contained in:
Jeremy Grelle
2008-04-17 15:33:45 +00:00
parent e2567425c0
commit ed4a72a4f9

View File

@@ -72,6 +72,7 @@
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>