aboutsummaryrefslogtreecommitdiffstats
path: root/Solvers
diff options
context:
space:
mode:
authorLibravatar OszkarSemerath <oszka@SEMERATH-LAPTOP>2017-07-13 14:34:55 +0200
committerLibravatar OszkarSemerath <oszka@SEMERATH-LAPTOP>2017-07-13 14:34:55 +0200
commit2eaaa80a0dbba39e6321d5c5cf9b2066f69a5424 (patch)
tree1f91488398afec511c6bda58d99512eb5b3a005f /Solvers
parentRepaired dependency (diff)
downloadVIATRA-Generator-2eaaa80a0dbba39e6321d5c5cf9b2066f69a5424.tar.gz
VIATRA-Generator-2eaaa80a0dbba39e6321d5c5cf9b2066f69a5424.tar.zst
VIATRA-Generator-2eaaa80a0dbba39e6321d5c5cf9b2066f69a5424.zip
Removed dependency
Diffstat (limited to 'Solvers')
-rw-r--r--Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.visualisation/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.visualisation/pom.xml b/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.visualisation/pom.xml
index 11262177..c2ae50df 100644
--- a/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.visualisation/pom.xml
+++ b/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.visualisation/pom.xml
@@ -18,6 +18,10 @@
18 <groupId>com.eclipsesource.j2v8</groupId> 18 <groupId>com.eclipsesource.j2v8</groupId>
19 <artifactId>j2v8_linux_x86_64</artifactId> 19 <artifactId>j2v8_linux_x86_64</artifactId>
20 </exclusion> 20 </exclusion>
21 <exclusion>
22 <groupId>com.eclipsesource.j2v8</groupId>
23 <artifactId>j2v8_win32_x86</artifactId>
24 </exclusion>
21 </exclusions> 25 </exclusions>
22 </dependency> 26 </dependency>
23<!-- <dependency> --> 27<!-- <dependency> -->