Skip to content

Commit

Permalink
Merge pull request #34 from rosseljost/fix-mvn-build
Browse files Browse the repository at this point in the history
Fix maven build
  • Loading branch information
CheariX committed Jun 14, 2022
2 parents 4c468d1 + d82188b commit 234a377
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 35 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ In the current version, WS-Attacker supports the following attacks:
The first option to obtain a WS-Attacker jar file is from the sourceforge website: https://sourceforge.net/projects/ws-attacker/files/

The second option is to build it directly from the Github sources. For this purpose, you need:
- Java 7 or higher
- Java 7 or 8
- maven
- git

Expand Down
File renamed without changes.
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>it.cnr.imaa.essi</groupId>
<artifactId>lablib-checkboxtree</artifactId>
<version>3.3</version>
</project>
19 changes: 2 additions & 17 deletions framework/pom.xml
Expand Up @@ -35,24 +35,9 @@
<url>https://www.soapui.org/repository/maven2/</url>
</repository>
<repository>
<id>libs</id>
<url>https://repo.nds.rub.de/repository/libs/</url>
<id>external-libs</id>
<url>file://${project.basedir}/external-libs</url>
</repository>
<!-- This is no longer needed, using
https://repo.nds.rub.de:8443/archiva/repository/libs/
instead
-->
<!-- <repository>
<id>ESSI-Lab repository</id>
<name>ESSI-Lab repository</name>
<url>https://essi-lab.eu/nexus/content/groups/open.repos</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>-->
</repositories>

<dependencies>
Expand Down
Binary file not shown.
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ac.shef.wit</groupId>
<artifactId>simmetrics</artifactId>
<version>1.6.2</version>
</project>
15 changes: 5 additions & 10 deletions libs/XML_Encryption_Attack_Library/pom.xml
Expand Up @@ -6,18 +6,13 @@
<artifactId>XML_Encryption_Attack_Library</artifactId>
<name>WS-Attacker-Library_XML_Encryption_Attack</name>
<inceptionYear>2013</inceptionYear>

<!-- This is no longer needed, using
https://repo.nds.rub.de:8443/archiva/repository/libs/
instead
-->
<!-- <repositories>

<repositories>
<repository>
<id>IESL Releases</id>
<name>IESL Repo</name>
<url>https://dev-iesl.cs.umass.edu/nexus/content/groups/public</url>
<id>external-libs</id>
<url>file://${project.basedir}/external-libs</url>
</repository>
</repositories> -->
</repositories>

<developers>
<developer>
Expand Down
7 changes: 0 additions & 7 deletions pom.xml
Expand Up @@ -40,13 +40,6 @@
</releases>
</pluginRepository>
</pluginRepositories>

<repositories>
<repository>
<id>libs</id>
<url>https://repo.nds.rub.de/repository/libs/</url>
</repository>
</repositories>

<dependencies>
<dependency>
Expand Down

0 comments on commit 234a377

Please sign in to comment.