|
14 | 14 | <parent>
|
15 | 15 | <groupId>com.powsybl</groupId>
|
16 | 16 | <artifactId>powsybl-parent-ws</artifactId>
|
17 |
| - <version>6</version> |
| 17 | + <version>7</version> |
18 | 18 | <relativePath/>
|
19 | 19 | </parent>
|
20 | 20 |
|
21 | 21 | <groupId>org.gridsuite</groupId>
|
22 |
| - <artifactId>gridsuite-mapping-server</artifactId> |
| 22 | + <artifactId>gridsuite-dynamic-mapping-server</artifactId> |
23 | 23 | <version>1.0.0-SNAPSHOT</version>
|
24 | 24 |
|
25 | 25 | <packaging>jar</packaging>
|
26 |
| - <name>Mapping server</name> |
27 |
| - <description>Mapping service</description> |
| 26 | + <name>Dynamic Mapping server</name> |
| 27 | + <description>Dynamic Mapping server</description> |
28 | 28 | <url>http://www.gridsuite.org/</url>
|
29 | 29 |
|
30 | 30 | <scm>
|
|
35 | 35 |
|
36 | 36 | <properties>
|
37 | 37 | <java.version>11</java.version>
|
38 |
| - <gridsuite-dependencies.version>11</gridsuite-dependencies.version> |
| 38 | + <gridsuite-dependencies.version>12</gridsuite-dependencies.version> |
39 | 39 | <string-template.version>4.3.1</string-template.version>
|
40 | 40 | <commons-lang3.version>3.9</commons-lang3.version>
|
41 |
| - <jib.container.environment>SPRING_PROFILES_ACTIVE=default</jib.container.environment> |
42 | 41 | <liquibase-hibernate-package>org.gridsuite.mapping.server</liquibase-hibernate-package>
|
43 | 42 | </properties>
|
44 | 43 |
|
|
107 | 106 | <groupId>com.powsybl</groupId>
|
108 | 107 | <artifactId>powsybl-network-store-client</artifactId>
|
109 | 108 | </dependency>
|
| 109 | + <dependency> |
| 110 | + <groupId>com.powsybl</groupId> |
| 111 | + <artifactId>powsybl-ws-commons</artifactId> |
| 112 | + </dependency> |
110 | 113 | <dependency>
|
111 | 114 | <groupId>javax.persistence</groupId>
|
112 | 115 | <artifactId>javax.persistence-api</artifactId>
|
|
0 commit comments