Repository: marmotta
Updated Branches:
  refs/heads/develop a059eda7f -> c8f1d6c85


fixes missing dependency


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/c8f1d6c8
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/c8f1d6c8
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/c8f1d6c8

Branch: refs/heads/develop
Commit: c8f1d6c857c353fa0d66e5b467a500998d1960f6
Parents: a059eda
Author: Thomas Kurz <[email protected]>
Authored: Mon Sep 22 12:54:42 2014 +0200
Committer: Thomas Kurz <[email protected]>
Committed: Mon Sep 22 12:54:42 2014 +0200

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/pom.xml             | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/c8f1d6c8/build/archetypes/marmotta-archetype-module/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git 
a/build/archetypes/marmotta-archetype-module/src/main/resources/archetype-resources/pom.xml
 
b/build/archetypes/marmotta-archetype-module/src/main/resources/archetype-resources/pom.xml
index 1185ee5..66bb0da 100644
--- 
a/build/archetypes/marmotta-archetype-module/src/main/resources/archetype-resources/pom.xml
+++ 
b/build/archetypes/marmotta-archetype-module/src/main/resources/archetype-resources/pom.xml
@@ -148,6 +148,12 @@
             <version>\${jatl.version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>javax.el</groupId>
+            <artifactId>javax.el-api</artifactId>
+            <version>\${javax.el.version}</version>
+            <scope>test</scope>
+        </dependency>
 
     </dependencies>
 

Reply via email to