Skip to content

Commit

Permalink
Add Chuck Norris Joke dependency. Closes springframeworkguru#2
Browse files Browse the repository at this point in the history
  • Loading branch information
Grimm33 committed Apr 5, 2021
1 parent a29f818 commit 7ac0365
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .mvn/wrapper/MavenWrapperDownloader.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
* limitations under the License.
*/

import java.net.*;
import java.io.*;
import java.nio.channels.*;
import java.util.Properties;

public class MavenWrapperDownloader {
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>guru.springframework</groupId>
<artifactId>chuck-norris-for-actuator</artifactId>
<version>2.4.0</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 7ac0365

Please sign in to comment.