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-21 10:48:38 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4e3b06abbee44317ff27abcaeace333e2b6c4674
4e3b06ab
1 parent
81607e80
Changement superficiel accepté.
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
63 deletions
pom.xml
pom.xml
View file @
4e3b06a
...
...
@@ -18,7 +18,7 @@
<properties>
<!-- dependencies version -->
<spring.platform-bom.version>
Athens-SR1
</spring.platform-bom.version>
<spring.platform-bom.version>
2.0.7.RELEASE
</spring.platform-bom.version>
<omnifaces.version>
2.5.1
</omnifaces.version>
<primefaces.version>
6.0
</primefaces.version>
<myfaces.version>
2.2.10
</myfaces.version>
...
...
@@ -28,9 +28,6 @@
<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.platform.version>
1.0.0-M2
</junit.platform.version>
<junit.jupiter.version>
5.0.0-M2
</junit.jupiter.version>
<mockito-core.version>
2.2.16
</mockito-core.version>
<!-- paths -->
<custom.web.dir>
src/main/java/org/legrog/web
</custom.web.dir>
...
...
@@ -42,7 +39,6 @@
<maven.compiler.source>
1.8
</maven.compiler.source>
<maven.compiler.target>
1.8
</maven.compiler.target>
</properties>
<profiles>
...
...
@@ -225,73 +221,16 @@
<!-- **** TEST SCOPE **** -->
<dependency>
<groupId>
org.junit.platform
</groupId>
<artifactId>
junit-platform-runner
</artifactId>
<version>
${junit.platform.version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.junit.platform
</groupId>
<artifactId>
junit-platform-launcher
</artifactId>
<version>
${junit.platform.version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.junit.platform
</groupId>
<artifactId>
junit-platform-console
</artifactId>
<version>
${junit.platform.version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.junit.platform
</groupId>
<artifactId>
junit-platform-commons
</artifactId>
<version>
${junit.platform.version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.junit.platform
</groupId>
<artifactId>
junit-platform-engine
</artifactId>
<version>
${junit.platform.version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.junit.platform
</groupId>
<artifactId>
junit-platform-surefire-provider
</artifactId>
<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>
<!-- JUnit 4
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<scope>
test
</scope>
</dependency>
-->
<dependency>
<groupId>
org.mockito
</groupId>
<artifactId>
mockito-core
</artifactId>
<version>
${mockito-core.version}
</version>
<scope>
test
</scope>
</dependency>
...
...
Please
register
or
login
to post a comment