Skip to content
Snippets Groups Projects
Commit bcd4cb4b authored by srosse's avatar srosse
Browse files

no-jira: build olat with an empty repository

parent 39fbb67b
No related branches found
No related tags found
No related merge requests found
...@@ -1334,7 +1334,21 @@ ...@@ -1334,7 +1334,21 @@
<repository> <repository>
<id>java.net</id> <id>java.net</id>
<url>http://download.java.net/maven/2</url> <url>http://download.java.net/maven/2</url>
</repository> </repository>
<repository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Maven Repository Group</name>
<url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>
</repositories> </repositories>
<pluginRepositories> <pluginRepositories>
<pluginRepository> <pluginRepository>
...@@ -1977,7 +1991,7 @@ ...@@ -1977,7 +1991,7 @@
<artifactId>jgrapht</artifactId> <artifactId>jgrapht</artifactId>
<version>0.6.0</version> <version>0.6.0</version>
</dependency> </dependency>
<!-- fxdiff: FXOLAT-243 remove dependency to jbosscache (only for cluster + deprecated by JBoss) <!-- fxdiff: FXOLAT-243 remove dependency to jbosscache (only for cluster + deprecated by JBoss) -->
<dependency> <dependency>
<groupId>org.jboss</groupId> <groupId>org.jboss</groupId>
<artifactId>jboss-common-core</artifactId> <artifactId>jboss-common-core</artifactId>
...@@ -1992,7 +2006,7 @@ ...@@ -1992,7 +2006,7 @@
<groupId>org.jboss.cache</groupId> <groupId>org.jboss.cache</groupId>
<artifactId>jbosscache-core</artifactId> <artifactId>jbosscache-core</artifactId>
<version>3.2.2.GA</version> <version>3.2.2.GA</version>
</dependency>--> </dependency>
<dependency> <dependency>
<groupId>reload-diva</groupId> <groupId>reload-diva</groupId>
<artifactId>reload-diva</artifactId> <artifactId>reload-diva</artifactId>
...@@ -2112,13 +2126,13 @@ ...@@ -2112,13 +2126,13 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>batik</groupId> <groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-css</artifactId> <artifactId>batik-css</artifactId>
<version>1.7</version> <version>1.7</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>batik</groupId> <groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-util</artifactId> <artifactId>batik-util</artifactId>
<version>1.7</version> <version>1.7</version>
<scope>test</scope> <scope>test</scope>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment