Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christian Pichot
AML-E-Project
Commits
33ff5370
Commit
33ff5370
authored
Jan 27, 2020
by
Philippe Clastre
Browse files
Added lib dir and updated pom.xml in order to compile (mvn package)
parent
4c2bf524
Changes
4
Hide whitespace changes
Inline
Side-by-side
AgreementMakerLight/lib/edu/smu/tspell/wordnet/jaws/1.3.3/jaws-1.3.3.jar
0 → 100755
View file @
33ff5370
File added
AgreementMakerLight/lib/org/gephi/gephi-toolkit/0.8.2/gephi-toolkit-0.8.2.jar
0 → 100755
View file @
33ff5370
File added
AgreementMakerLight/lib/uk/ac/shef/wit/simmetrics/1.6.2/simmetrics-1.6.2.jar
0 → 100755
View file @
33ff5370
File added
AgreementMakerLight/pom.xml
View file @
33ff5370
...
...
@@ -33,7 +33,7 @@
</repository>
<repository>
<id>
aml-lib
</id>
<url>
file://${project.basedir}/
src/
lib
</url>
<url>
file://${project.basedir}/lib
</url>
</repository>
</repositories>
<properties>
...
...
@@ -100,15 +100,11 @@
<groupId>
org.gephi
</groupId>
<artifactId>
gephi-toolkit
</artifactId>
<version>
0.8.2
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/src/lib/gephi-toolkit.jar
</systemPath>
</dependency>
<dependency>
<groupId>
edu.smu.tspell.wordnet
</groupId>
<artifactId>
jaws
</artifactId>
<version>
1.3.3
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/src/lib/jaws.jar
</systemPath>
</dependency>
<dependency>
<groupId>
log4j
</groupId>
...
...
@@ -135,8 +131,6 @@
<groupId>
uk.ac.shef.wit
</groupId>
<artifactId>
simmetrics
</artifactId>
<version>
1.6.2
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/src/lib/simmetrics.jar
</systemPath>
</dependency>
<dependency>
<groupId>
org.swinglabs.swingx
</groupId>
...
...
@@ -144,4 +138,4 @@
<version>
1.6.4
</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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