Repository: incubator-taverna-language Updated Branches: refs/heads/master 304af94cd -> c53b01817
jaxen dependency Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/commit/c53b0181 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/c53b0181 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/c53b0181 Branch: refs/heads/master Commit: c53b01817fe7f7f0ced6ce3bd5b4ce115e099944 Parents: 304af94 Author: Stian Soiland-Reyes <[email protected]> Authored: Sat Jan 13 15:10:42 2018 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Sat Jan 13 15:10:42 2018 +0000 ---------------------------------------------------------------------- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/c53b0181/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 01cd73a..0e000b3 100644 --- a/pom.xml +++ b/pom.xml @@ -204,9 +204,8 @@ <optional>true</optional> </dependency> <dependency> - <groupId>org.jaxen</groupId> - <artifactId>com.springsource.org.jaxen</artifactId> - <!-- Was 1.1.4. as "1.1.3 has missing dependencies" but 1.1.1 appears to work fine --> + <groupId>jaxen</groupId> + <artifactId>jaxen</artifactId> <version>${jaxen.version}</version> <type>jar</type> </dependency>
