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-10-19 12:06:08 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
290073a06f64fc232728153a0bcb77807be688af
290073a0
1 parent
f21d05b9
https://tree.taiga.io/project/jr-utily-grog-v3/us/66
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
20 deletions
pom.xml
pom.xml
View file @
290073a
...
...
@@ -4,14 +4,19 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.legrog
</groupId>
<artifactId>
grog
EE
</artifactId>
<artifactId>
grog
-cubi
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<packaging>
war
</packaging>
<name>
grogEE TomEE Webapp
</name>
<name>
GRoG Cubi Webapp (TomEE dev)
</name>
<url>
http://tomee.apache.org
</url>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<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>
<tomee.javaee-api.version>
7.0
</tomee.javaee-api.version>
<assertj-core.version>
1.6.1
</assertj-core.version>
<openjpa.version>
2.4.1
</openjpa.version>
</properties>
...
...
@@ -21,7 +26,8 @@
<dependency>
<groupId>
io.spring.platform
</groupId>
<artifactId>
platform-bom
</artifactId>
<version>
2.0.7.RELEASE
</version>
<!-- Nécessaire à la compilation -->
<version>
${spring.platform-bom.version}
</version>
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
...
...
@@ -34,32 +40,37 @@
<dependency>
<groupId>
org.omnifaces
</groupId>
<artifactId>
omnifaces
</artifactId>
<version>
2.5.1
</version>
<!-- Nécessaire à la compilation -->
<version>
${omnifaces.version}
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.primefaces/primefaces -->
<dependency>
<groupId>
org.primefaces
</groupId>
<artifactId>
primefaces
</artifactId>
<version>
6.0
</version>
<!-- Nécessaire à la compilation -->
<version>
${primefaces.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.myfaces.core
</groupId>
<artifactId>
myfaces-api
</artifactId>
<version>
2.2.10
</version>
<!-- Nécessaire à la compilation -->
<version>
${myfaces.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.myfaces.core
</groupId>
<artifactId>
myfaces-impl
</artifactId>
<version>
2.2.10
</version>
<!-- Nécessaire à l'exécution -->
<version>
${myfaces.version}
</version>
</dependency>
<!-- **** FRAMEWORK : JSF + CDI **** -->
<dependency>
<groupId>
org.apache.tomee
</groupId>
<artifactId>
javaee-api
</artifactId>
<version>
7.0
</version>
<!-- Nécessaire à la compilation -->
<version>
${tomee.javaee-api.version}
</version>
<scope>
provided
</scope>
</dependency>
...
...
@@ -163,53 +174,55 @@
<dependency>
<groupId>
antlr
</groupId>
<artifactId>
antlr
</artifactId>
<version>
2.7.7
</version
>
<!-- <version>2.7.7</version>--
>
</dependency>
<dependency>
<groupId>
dom4j
</groupId>
<artifactId>
dom4j
</artifactId>
<version>
1.6.1
</version
>
<!-- <version>1.6.1</version>--
>
</dependency>
<dependency>
<groupId>
org.hibernate.common
</groupId>
<artifactId>
hibernate-commons-annotations
</artifactId>
<!-- Nécessaire -->
<version>
5.0.1.Final
</version>
</dependency>
<dependency>
<groupId>
org.hibernate.javax.persistence
</groupId>
<artifactId>
hibernate-jpa-2.1-api
</artifactId>
<!-- Nécessaire -->
<version>
1.0.0.Final
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
org.hibernate
</groupId>
<artifactId>
hibernate-core
</artifactId>
<version>
5.2.3.Final
</version
>
<!-- <version>5.2.3.Final</version>--
>
</dependency>
<dependency>
<groupId>
org.hibernate
</groupId>
<artifactId>
hibernate-ehcache
</artifactId>
<version>
5.2.3.Final
</version
>
<!-- <version>5.2.3.Final</version>--
>
</dependency>
<dependency>
<groupId>
org.hibernate
</groupId>
<artifactId>
hibernate-entitymanager
</artifactId>
<version>
5.2.3.Final
</version
>
<!-- <version>5.2.3.Final</version>--
>
</dependency>
<dependency>
<groupId>
org.hibernate
</groupId>
<artifactId>
hibernate-validator
</artifactId>
<version>
5.2.3.Final
</version
>
<!-- <version>5.2.3.Final</version>--
>
</dependency>
<dependency>
<groupId>
org.jboss.logging
</groupId>
<artifactId>
jboss-logging
</artifactId>
<version>
3.3.0.Final
</version
>
<!-- <version>3.3.0.Final</version>--
>
</dependency>
<dependency>
<groupId>
org.javassist
</groupId>
<artifactId>
javassist
</artifactId>
<version>
3.20.0-GA
</version
>
<!-- <version>3.20.0-GA</version>--
>
</dependency>
</dependencies>
...
...
@@ -218,17 +231,17 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.5.1
</version
>
<!-- <version>3.5.1</version>--
>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
2.19.1
</version
>
<!-- <version>2.19.1</version>--
>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-war-plugin
</artifactId>
<version>
2.6
</version
>
<!-- <version>2.6</version>--
>
<configuration>
<failOnMissingWebXml>
false
</failOnMissingWebXml>
</configuration>
...
...
@@ -236,7 +249,7 @@
<plugin>
<groupId>
org.apache.tomee.maven
</groupId>
<artifactId>
tomee-maven-plugin
</artifactId>
<version>
7.0.1
</version
>
<!-- <version>7.0.1</version>--
>
<configuration>
<context>
ROOT
</context>
</configuration>
...
...
Please
register
or
login
to post a comment