fixed
Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/7b7869ed Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/7b7869ed Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/7b7869ed Branch: refs/heads/master Commit: 7b7869edf3ef24ff50ff2e1bbdb29a6e4fbec1f9 Parents: ec458ce Author: Sergio Fernández <[email protected]> Authored: Mon Apr 8 17:48:18 2013 +0200 Committer: Sergio Fernández <[email protected]> Committed: Mon Apr 8 17:48:18 2013 +0200 ---------------------------------------------------------------------- parent/pom.xml | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/7b7869ed/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index d0b74f2..6c27680 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1437,14 +1437,15 @@ <version>${junit.version}</version> <scope>test</scope> </dependency> - </dependencies> - <!-- CORS filter --> - <dependency> - <groupId>com.thetransactioncompany</groupId> - <artifactId>cors-filter</artifactId> - <version>1.5.1</version> - </dependency> + <!-- CORS filter --> + <dependency> + <groupId>com.thetransactioncompany</groupId> + <artifactId>cors-filter</artifactId> + <version>1.5.1</version> + </dependency> + + </dependencies> </dependencyManagement>
