Skip to content

Commit 49b1b8a

Browse files
committed
Removed dependency to SWBExternalDeps repo
1 parent 08101c4 commit 49b1b8a

File tree

1 file changed

+11
-18
lines changed

1 file changed

+11
-18
lines changed

pom.xml

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,8 @@
1515
<include>**/*.xslt</include>
1616
</includes>
1717
</resource>
18-
</resources>
19-
</build>
20-
<repositories>
21-
<repository>
22-
<id>SWBExternalDeps</id>
23-
<name>SWBExternalDeps</name>
24-
<url>https://github.com/SemanticWebBuilder/SWBExternalDeps/raw/master/</url>
25-
</repository>
26-
</repositories>
18+
</resources>
19+
</build>
2720
<dependencies>
2821
<dependency>
2922
<groupId>log4j</groupId>
@@ -59,19 +52,19 @@
5952
<scope>provided</scope>
6053
</dependency>
6154
<dependency>
62-
<groupId>org.semanticwb.external</groupId>
63-
<artifactId>isorelax</artifactId>
64-
<version>1.0.0</version>
65-
</dependency>
55+
<groupId>com.sun.xml.bind.jaxb</groupId>
56+
<artifactId>isorelax</artifactId>
57+
<version>20090621</version>
58+
</dependency>
6659
<dependency>
67-
<groupId>org.semanticwb.external</groupId>
68-
<artifactId>msv</artifactId>
69-
<version>1.0.0</version>
70-
</dependency>
60+
<groupId>net.java.dev.msv</groupId>
61+
<artifactId>msv-core</artifactId>
62+
<version>2013.6.1</version>
63+
</dependency>
7164
</dependencies>
7265
<properties>
7366
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7467
<maven.compiler.source>1.8</maven.compiler.source>
7568
<maven.compiler.target>1.8</maven.compiler.target>
7669
</properties>
77-
</project>
70+
</project>

0 commit comments

Comments
 (0)