Skip to content

Commit

Permalink
closes #76
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhrobbins committed Jan 5, 2014
1 parent 89d050b commit 79afbb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FlashCards_Struts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<artifactId>javax.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>jspapi</groupId>
<groupId>javax.servlet</groupId>
<artifactId>jsp-api</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jspapi</groupId>
<groupId>javax.servlet</groupId>
<artifactId>jsp-api</artifactId>
<version>${jspapi.version}</version>
<scope>provided</scope>
Expand Down

0 comments on commit 79afbb4

Please sign in to comment.