Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.53 KB | None | 0 0
  1.         <dependency>
  2.             <groupId>javax.servlet</groupId>
  3.             <artifactId>javax.servlet-api</artifactId>
  4.             <version>3.1.0</version>
  5.         </dependency>
  6.         <dependency>
  7.             <groupId>javax.el</groupId>
  8.             <artifactId>javax.el-api</artifactId>
  9.             <version>3.0.1-b04</version>
  10.         </dependency>
  11.         <dependency>
  12.             <groupId>org.glassfish</groupId>
  13.             <artifactId>javax.el</artifactId>
  14.             <version>3.0.1-b05</version>
  15.         </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement