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
Markus Krug
EfficientRuleLearning
Commits
e41abe03
Commit
e41abe03
authored
Oct 27, 2016
by
Markus Krug
Browse files
*added testing dependencies
parent
a658cbfd
Changes
2
Hide whitespace changes
Inline
Side-by-side
de.uniwue.ls6.rulelearning/DataStructure/pom.xml
View file @
e41abe03
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
<modelVersion>
4.0.0
</modelVersion>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<groupId>
de.uniwue.ls6.rulelearning
</groupId>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
DataStructure
</artifactId>
<groupId>
de.uniwue.ls6.rulelearning
</groupId>
<version>
0.0.1-SNAPSHOT
</version>
<artifactId>
DataStructure
</artifactId>
<parent>
<version>
0.0.1-SNAPSHOT
</version>
<groupId>
de.uniwue.ls6.rulelearning
</groupId>
<parent>
<relativePath>
../
</relativePath>
<groupId>
de.uniwue.ls6.rulelearning
</groupId>
<artifactId>
ruleLearningParent
</artifactId>
<relativePath>
../
</relativePath>
<version>
0.0.1-SNAPSHOT
</version>
<artifactId>
ruleLearningParent
</artifactId>
</parent>
<version>
0.0.1-SNAPSHOT
</version>
</parent>
<dependencies>
<dependency>
<dependencies>
<groupId>
com.googlecode.matrix-toolkits-java
</groupId>
<dependency>
<artifactId>
mtj
</artifactId>
<groupId>
com.googlecode.matrix-toolkits-java
</groupId>
<version>
1.0.2
</version>
<artifactId>
mtj
</artifactId>
</dependency>
<version>
1.0.2
</version>
</dependencies>
</dependency>
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<version>
4.12
</version>
</dependency>
</dependencies>
</project>
</project>
\ No newline at end of file
de.uniwue.ls6.rulelearning/pom.xml
View file @
e41abe03
...
@@ -4,6 +4,13 @@
...
@@ -4,6 +4,13 @@
<artifactId>
ruleLearningParent
</artifactId>
<artifactId>
ruleLearningParent
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<version>
0.0.1-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<dependencies>
<dependency>
<groupId>
org.mockito
</groupId>
<artifactId>
mockito-all
</artifactId>
<version>
1.9.5
</version>
</dependency>
</dependencies>
<modules>
<modules>
<module>
DataStructure
</module>
<module>
DataStructure
</module>
<module>
Evaluation
</module>
<module>
Evaluation
</module>
...
...
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