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
Andreas Tsagkaropoulos
morphemic-preprocessor
Commits
766ef22d
Unverified
Commit
766ef22d
authored
Mar 08, 2021
by
Mohamed Khalil LABIDI
Committed by
GitHub
Mar 08, 2021
Browse files
Merge pull request #20 from mklkun/fix-pom
Add tests dependencies in pom file
parents
c594158b
6ad4681d
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
766ef22d
...
...
@@ -113,6 +113,24 @@
<version>
4.12
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.junit.jupiter
</groupId>
<artifactId>
junit-jupiter-api
</artifactId>
<version>
5.6.2
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
org.mockito
</groupId>
<artifactId>
mockito-inline
</artifactId>
<version>
3.7.7
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.mockito
</groupId>
<artifactId>
mockito-junit-jupiter
</artifactId>
<version>
3.7.7
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
<build>
...
...
@@ -148,6 +166,15 @@
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
3.0.0-M5
</version>
<configuration>
<parallel>
methods
</parallel>
<threadCount>
10
</threadCount>
</configuration>
</plugin>
</plugins>
</build>
...
...
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