Skip to content

Commit b532cb6

Browse files
author
Jane Young
committed
update to the latest artifacts for servlert-api and el-api.
svn path=/trunk/; revision=1388
1 parent d3f0532 commit b532cb6

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

api/pom.xml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -233,21 +233,12 @@
233233
</plugin>
234234
</plugins>
235235
</reporting>
236-
<repositories>
237-
<repository>
238-
<id>glassfish-repository</id>
239-
<url>http://download.java.net/maven/glassfish</url>
240-
<snapshots>
241-
<updatePolicy>never</updatePolicy>
242-
</snapshots>
243-
</repository>
244-
</repositories>
245236

246237
<dependencies>
247238
<dependency>
248-
<groupId>org.glassfish</groupId>
249-
<artifactId>javax.servlet</artifactId>
250-
<version>3.1</version>
239+
<groupId>javax.servlet</groupId>
240+
<artifactId>javax.servlet-api</artifactId>
241+
<version>3.0.1</version>
251242
<scope>provided</scope>
252243
</dependency>
253244
<dependency>

0 commit comments

Comments
 (0)