Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
frascati
frascati
Commits
f03df6bf
Commit
f03df6bf
authored
Mar 13, 2013
by
Philippe Merle
Browse files
Added dependency to module frascati-runtime-factory to solve an integration continue issue.
parent
41ceefb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
frascati/modules/frascati-web-explorer-bootstrap/pom.xml
View file @
f03df6bf
...
...
@@ -2,7 +2,7 @@
<!--
* OW2 FraSCAti Web Explorer Bootstrap
*
* Copyright (c) 2011-201
2
Inria, University of Lille 1
* Copyright (c) 2011-201
3
Inria, University of Lille 1
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
@@ -124,6 +124,13 @@
<version>
${project.version}
</version>
</dependency>
<!-- OW2 FraSCAti Runtime Factory. -->
<dependency>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>
frascati-runtime-factory
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependencies>
</project>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment