Repository: marmotta Updated Branches: refs/heads/develop b25a26898 -> 7ab48b889
webjar dependency should have "runtime"-scope Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/7ab48b88 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/7ab48b88 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/7ab48b88 Branch: refs/heads/develop Commit: 7ab48b889b2a897ffd653bcad2c2c397639f85ce Parents: 7ece0f0 Author: Jakob Frank <[email protected]> Authored: Mon Mar 17 11:39:28 2014 +0100 Committer: Jakob Frank <[email protected]> Committed: Mon Mar 17 11:41:52 2014 +0100 ---------------------------------------------------------------------- parent/pom.xml | 13 ++++++++----- platform/marmotta-sparql/pom.xml | 1 + 2 files changed, 9 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/7ab48b88/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 809d58a..82e1ee3 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -986,46 +986,49 @@ <groupId>org.webjars</groupId> <artifactId>jquery</artifactId> <version>1.8.2</version> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>jquery-ui</artifactId> <version>1.10.3</version> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>jquery-ui-themes</artifactId> <version>1.10.3</version> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>codemirror</artifactId> <version>3.16</version> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>angularjs</artifactId> <version>1.2.2</version> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.marmotta.webjars</groupId> <artifactId>codemirror-modes</artifactId> <version>${project.version}</version> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.marmotta.webjars</groupId> <artifactId>snorql</artifactId> <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.marmotta.webjars</groupId> - <artifactId>sgvizler</artifactId> - <version>${project.version}</version> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.marmotta.webjars</groupId> <artifactId>strftime</artifactId> <version>${project.version}</version> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.marmotta</groupId> http://git-wip-us.apache.org/repos/asf/marmotta/blob/7ab48b88/platform/marmotta-sparql/pom.xml ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/pom.xml b/platform/marmotta-sparql/pom.xml index 76feb65..e5344fc 100644 --- a/platform/marmotta-sparql/pom.xml +++ b/platform/marmotta-sparql/pom.xml @@ -194,6 +194,7 @@ <groupId>org.webjars</groupId> <artifactId>sgvizler</artifactId> <version>0.6</version> + <scope>runtime</scope> </dependency> <dependency>
