Skip to content

Commit

Permalink
SAK-10376
Browse files Browse the repository at this point in the history
Replacing hard-coded number for servlet-api version with variable. 


git-svn-id: https://source.sakaiproject.org/svn/message/trunk@31564 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
jimeng committed Jun 12, 2007
1 parent 0334755 commit e3ee303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion message/message-impl/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@

<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
<version>${sakai.servletapi.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion message/message-tool/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@

<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
<version>${sakai.servletapi.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit e3ee303

Please sign in to comment.