Skip to content

Commit

Permalink
Deleted files that need to be pulled in through maven.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychaikin committed Apr 26, 2015
1 parent adf83de commit 3118018
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
<version>2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
</dependencies>

<build>
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/webapp/out.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title><c:out value="<c:out> Tag"/></title>
<title><c:out value="<c:out></c:out> Tag"/></title>
</head>
<body>
<h1 align="center"><code><c:out value="<c:out> Tag"/></code></h1>
Expand Down

0 comments on commit 3118018

Please sign in to comment.