Skip to content

Commit 8dc4aa8

Browse files
committed
Allow tests to be run.
1 parent 5a255c0 commit 8dc4aa8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>io.fusionauth</groupId>
8-
<artifactId>fusionauth-example-password-encryptor</artifactId>
8+
<artifactId>fusionauth-example-keycloak-password-hasher</artifactId>
99
<version>0.1.0</version>
1010
<packaging>jar</packaging>
1111

@@ -103,9 +103,6 @@
103103
<plugin>
104104
<groupId>org.apache.maven.plugins</groupId>
105105
<artifactId>maven-surefire-plugin</artifactId>
106-
<configuration>
107-
<skipTests>true</skipTests>
108-
</configuration>
109106
</plugin>
110107
</plugins>
111108
</build>

0 commit comments

Comments
 (0)