From: <udi...@us...> - 2023-04-19 09:40:30
|
Revision: 1475 http://sourceforge.net/p/j-trac/code/1475 Author: udittmer Date: 2023-04-19 09:40:29 +0000 (Wed, 19 Apr 2023) Log Message: ----------- update dependency Modified Paths: -------------- trunk/jtrac/pom.xml Modified: trunk/jtrac/pom.xml =================================================================== --- trunk/jtrac/pom.xml 2023-04-18 09:37:40 UTC (rev 1474) +++ trunk/jtrac/pom.xml 2023-04-19 09:40:29 UTC (rev 1475) @@ -67,32 +67,14 @@ <dependency> <groupId>org.htmlunit</groupId> <artifactId>htmlunit</artifactId> - <version>3.0.0</version> + <version>3.1.0</version> <scope>test</scope> </dependency> <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> - <version>1.2.0</version> + <version>2.0.0</version> <scope>runtime</scope> - <exclusions> - <exclusion> - <groupId>jdom</groupId> - <artifactId>jdom</artifactId> - </exclusion> - <exclusion> - <groupId>xom</groupId> - <artifactId>xom</artifactId> - </exclusion> - <exclusion> - <groupId>xerces</groupId> - <artifactId>xmlParserAPIs</artifactId> - </exclusion> - <exclusion> - <groupId>xerces</groupId> - <artifactId>xercesImpl</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.acegisecurity</groupId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |