Skip to content

Commit

Permalink
cleanup work after metrics no longer needed in custom project
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenp committed Aug 11, 2013
1 parent dce40f3 commit a72cec5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 80 deletions.
1 change: 0 additions & 1 deletion spring-security-mvc-custom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
### Relevant Articles:
- [Spring Security Remember Me](http://www.baeldung.com/spring-security-remember-me)
- [Redirect to different pages after Login with Spring Security](http://www.baeldung.com/spring_redirect_after_login)
- [HttpSessionListener Example – Monitoring](http://www.baeldung.com/httpsessionlistener_with_metrics)


### Build the Project
Expand Down
12 changes: 6 additions & 6 deletions spring-security-mvc-custom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@
</dependency>

<!-- ops -->
<dependency>
<groupId>com.codahale.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>3.0.1</version>
</dependency>

<!-- <dependency> -->
<!-- <groupId>com.codahale.metrics</groupId> -->
<!-- <artifactId>metrics-core</artifactId> -->
<!-- <version>3.0.1</version> -->
<!-- </dependency> -->

<!-- test scoped -->

Expand Down

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions spring-security-mvc-custom/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
<session-config>
<session-timeout>1</session-timeout>
</session-config>
<listener>
<listener-class>org.baeldung.web.SessionListenerWithMetrics</listener-class>
</listener>

<!-- Spring root -->
<context-param>
Expand Down
2 changes: 0 additions & 2 deletions spring-security-mvc-session/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@


### Relevant Articles:
- [Spring Security Remember Me](http://www.baeldung.com/spring-security-remember-me)
- [Redirect to different pages after Login with Spring Security](http://www.baeldung.com/spring_redirect_after_login)
- [HttpSessionListener Example – Monitoring](http://www.baeldung.com/httpsessionlistener_with_metrics)


Expand Down

0 comments on commit a72cec5

Please sign in to comment.