Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jean-Francois Leveque
2016-11-15 16:16:22 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cb8015085f94e785d3527a6c709c99d78be56769
cb801508
1 parent
9e7fd0b2
Ajout des dépendances jupiter pour les test.
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
7 deletions
pom.xml
pom.xml
View file @
cb80150
...
...
@@ -28,7 +28,8 @@
<rewrite.version>
3.4.1.Final
</rewrite.version>
<hibernate-commons-annotations.version>
5.0.1.Final
</hibernate-commons-annotations.version>
<hibernate-jpa-2.1-api.version>
1.0.0.Final
</hibernate-jpa-2.1-api.version>
<junit.version>
1.0.0-M2
</junit.version>
<junit.platform.version>
1.0.0-M2
</junit.platform.version>
<junit.jupiter.version>
5.0.0-M2
</junit.jupiter.version>
<!-- paths -->
<custom.web.dir>
src/main/java/org/legrog/web
</custom.web.dir>
...
...
@@ -225,42 +226,56 @@
<dependency>
<groupId>
org.junit.platform
</groupId>
<artifactId>
junit-platform-runner
</artifactId>
<version>
${junit.version}
</version>
<version>
${junit.
platform.
version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.junit.platform
</groupId>
<artifactId>
junit-platform-launcher
</artifactId>
<version>
${junit.version}
</version>
<version>
${junit.
platform.
version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.junit.platform
</groupId>
<artifactId>
junit-platform-console
</artifactId>
<version>
${junit.version}
</version>
<version>
${junit.
platform.
version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.junit.platform
</groupId>
<artifactId>
junit-platform-commons
</artifactId>
<version>
${junit.version}
</version>
<version>
${junit.
platform.
version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.junit.platform
</groupId>
<artifactId>
junit-platform-engine
</artifactId>
<version>
${junit.version}
</version>
<version>
${junit.
platform.
version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.junit.platform
</groupId>
<artifactId>
junit-platform-surefire-provider
</artifactId>
<version>
${junit.version}
</version>
<version>
${junit.platform.version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.junit.jupiter
</groupId>
<artifactId>
junit-jupiter-api
</artifactId>
<version>
${junit.jupiter.version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.junit.jupiter
</groupId>
<artifactId>
junit-jupiter-engine
</artifactId>
<version>
${junit.jupiter.version}
</version>
<scope>
test
</scope>
</dependency>
...
...
Please
register
or
login
to post a comment