Skip to content

Commit

Permalink
checkstyle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SavvasMisaghMoayyed committed Sep 2, 2015
1 parent bc9a19d commit 1258d2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

/**
* @deprecated As of 4.1 the Jboss cache integration module is no longer supported.
* Please use other means of confguring your distributed ticket registry, such as
* Please use other means of configuring your distributed ticket registry, such as
* ehcache or memcached integrations with CAS.
*
* <p>Test case to test the DefaultTicketRegistry based on test cases to test all
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,12 @@
<groupId>org.bitbucket.b_c</groupId>
<artifactId>jose4j</artifactId>
<version>${jose.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 1258d2b

Please sign in to comment.