Merge pull request #3874 from vramik/KEYCLOAK-4258
KEYCLOAK-4258 add server-config-migration module to parent pom
This commit is contained in:
commit
52fbe00c04
3 changed files with 8 additions and 4 deletions
2
pom.xml
2
pom.xml
|
@ -117,7 +117,7 @@
|
|||
<jmeter.analysis.plugin.version>1.0.4</jmeter.analysis.plugin.version>
|
||||
<minify.plugin.version>1.7.2</minify.plugin.version>
|
||||
<osgi.bundle.plugin.version>2.3.7</osgi.bundle.plugin.version>
|
||||
<wildfly.plugin.version>1.1.0.Beta1</wildfly.plugin.version>
|
||||
<wildfly.plugin.version>1.1.0.Final</wildfly.plugin.version>
|
||||
<nexus.staging.plugin.version>1.6.5</nexus.staging.plugin.version>
|
||||
|
||||
<!-- Surefire Settings -->
|
||||
|
|
|
@ -154,14 +154,12 @@
|
|||
<module>nodejs_adapter</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<!--
|
||||
<profile>
|
||||
<id>auth-server-wildfly</id>
|
||||
<id>server-config-migration</id>
|
||||
<modules>
|
||||
<module>server-config-migration</module>
|
||||
</modules>
|
||||
</profile>
|
||||
-->
|
||||
</profiles>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -48,6 +48,12 @@
|
|||
<artifactId>jboss-dmr</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.keycloak</groupId>
|
||||
<artifactId>keycloak-server-dist</artifactId>
|
||||
<type>zip</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in a new issue