Skip to content

Commit

Permalink
Removed dependency to pustefix maven repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacek Marzec committed Apr 7, 2020
1 parent 9d8bddf commit f8738ff
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,21 +156,12 @@
<id>parasoft</id>
<url>${parasoft.repository.url}</url>
</repository>
<repository>
<id>pustefix</id>
<url>https://www.pustefix-framework.org/repository</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>repo.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/public/</url>
</pluginRepository>
<pluginRepository>
<id>pustefix</id>
<url>https://www.pustefix-framework.org/repository</url>
</pluginRepository>
</pluginRepositories>

<dependencies>
Expand Down Expand Up @@ -366,11 +357,10 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.icl.saxon</groupId>
<groupId>saxon</groupId>
<artifactId>saxon</artifactId>
<version>6.5.5</version>
<version>6.5.3</version>
<scope>test</scope>
</dependency>
</dependencies>

</project>

0 comments on commit f8738ff

Please sign in to comment.