Last active
August 29, 2015 14:21
-
-
Save renaud/f0039c9e874a5acbb0c1 to your computer and use it in GitHub Desktop.
workaround pour https://gist.github.com/mantognini/2fbeec6fb86aa5290b89
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/main/resources/fakePom.ftl b/src/main/resources/fakePom.ftl | |
index 8885fd6..12ca17e 100644 | |
--- a/src/main/resources/fakePom.ftl | |
+++ b/src/main/resources/fakePom.ftl | |
@@ -16,6 +16,13 @@ | |
<version>2.6.1-json</version> | |
<scope>provided</scope> | |
</dependency> | |
+ <!-- TODO workaround https://gist.githubusercontent.com/mantognini/2fbeec6fb86aa5290b89/raw/651009b68e72163141f24e982d0bf3bfaddce3ea/stack1 --> | |
+ <dependency> | |
+ <groupId>net.sf.trove4j</groupId> | |
+ <artifactId>trove4j</artifactId> | |
+ <version>2.1.0</version> | |
+ </dependency> | |
+ | |
<#list deps as dep> | |
<dependency> | |
<groupId>${dep.groupId}</groupId> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment