Skip to content

Commit

Permalink
Revert "Use parent v1.7.5"
Browse files Browse the repository at this point in the history
This reverts commit 128fc8b.
  • Loading branch information
enricovianello committed Sep 12, 2022
1 parent 128fc8b commit 9d074ac
Showing 1 changed file with 31 additions and 4 deletions.
35 changes: 31 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.glite.authz</groupId>
<artifactId>argus-parent</artifactId>
<version>1.7.5</version>
<version>1.7.5-SNAPSHOT</version>
</parent>

<groupId>org.glite.authz.pap</groupId>
Expand Down Expand Up @@ -106,7 +106,8 @@

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>axistools-maven-plugin</artifactId>
<artifactId>axistools-maven-plugin
</artifactId>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -317,10 +318,19 @@
<dependency>
<groupId>axis</groupId>
<artifactId>axis</artifactId>
<version>1.4</version>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.axis</groupId>
<groupId>axis</groupId>
<artifactId>axis-jaxrpc</artifactId>
<version>1.4</version>
</dependency>

<!-- Jakarta Commons -->
Expand Down Expand Up @@ -386,16 +396,33 @@
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.9.1</version>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>xml-resolver</groupId>
<artifactId>xml-resolver</artifactId>
<version>1.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>


<dependency>
<groupId>xalan</groupId>
<artifactId>serializer</artifactId>
<version>2.7.1</version><!--$NO-MVN-MAN-VER$ -->
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.1</version>
<scope>runtime</scope>
</dependency>

</dependencies>
<profiles>
<profile>
<id>gLite</id>
Expand Down

0 comments on commit 9d074ac

Please sign in to comment.