Playing with Travis
This commit is contained in:
parent
9eda23600c
commit
7866a6cff3
4 changed files with 33 additions and 11 deletions
|
@ -30,6 +30,17 @@
|
||||||
<name>Keycloak AS7 SPI</name>
|
<name>Keycloak AS7 SPI</name>
|
||||||
<description/>
|
<description/>
|
||||||
|
|
||||||
|
<repositories>
|
||||||
|
<!-- for org.jboss.web:jbossweb -->
|
||||||
|
<repository>
|
||||||
|
<id>jboss</id>
|
||||||
|
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.keycloak</groupId>
|
<groupId>org.keycloak</groupId>
|
||||||
|
|
|
@ -30,6 +30,17 @@
|
||||||
<name>Keycloak AS7 Integration</name>
|
<name>Keycloak AS7 Integration</name>
|
||||||
<description/>
|
<description/>
|
||||||
|
|
||||||
|
<repositories>
|
||||||
|
<!-- for org.jboss.web:jbossweb -->
|
||||||
|
<repository>
|
||||||
|
<id>jboss</id>
|
||||||
|
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.keycloak</groupId>
|
<groupId>org.keycloak</groupId>
|
||||||
|
|
|
@ -30,6 +30,17 @@
|
||||||
<name>Keycloak SAML AS7 Integration</name>
|
<name>Keycloak SAML AS7 Integration</name>
|
||||||
<description/>
|
<description/>
|
||||||
|
|
||||||
|
<repositories>
|
||||||
|
<!-- for org.jboss.web:jbossweb -->
|
||||||
|
<repository>
|
||||||
|
<id>jboss</id>
|
||||||
|
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.keycloak</groupId>
|
<groupId>org.keycloak</groupId>
|
||||||
|
|
11
pom.xml
11
pom.xml
|
@ -1435,17 +1435,6 @@
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
<repositories>
|
|
||||||
<!-- for org.jboss.web:jbossweb -->
|
|
||||||
<repository>
|
|
||||||
<id>jboss</id>
|
|
||||||
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</snapshots>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
Loading…
Reference in a new issue