«
Précédent
|
Suivant
»
Révision 675e977d
Ajouté par Remy Menard il y a plus de 12 ans
- ID 675e977d6baa946d508d77b8721408cbe9155a8e
- Parent 8fd1d584
| YPSilon/YPSilon/pom.xml | ||
|---|---|---|
|
|
||
|
<groupId>fr.unicaen.iota</groupId>
|
||
|
<artifactId>ypsilon</artifactId>
|
||
|
<version>2.0</version>
|
||
|
<version>2.1</version>
|
||
|
<packaging>war</packaging>
|
||
|
<name>YPSilon</name>
|
||
|
|
||
| ... | ... | |
|
<dependencies>
|
||
|
|
||
|
<!-- IoTa dependency -->
|
||
|
<dependency>
|
||
|
<groupId>fr.unicaen.iota</groupId>
|
||
|
<artifactId>epcis-xi-client</artifactId>
|
||
|
<version>${project.version}</version>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>fr.unicaen.iota</groupId>
|
||
|
<artifactId>ypsilon-client</artifactId>
|
||
Formats disponibles : Unified diff
Version 2.1
- a few bugs fixed!
- uses the new DS events
- improves the session management
- the account creation by the web interface adds access policies to
the interface ("admin" policies), this is always done even if a
corresponding account exists in the LDAP directory
- simplifies the service
- upgrades Apache Tomcat to 7.0.42