|
6 | 6 | <parent> |
7 | 7 | <groupId>org.openwms</groupId> |
8 | 8 | <artifactId>org.openwms.parent</artifactId> |
9 | | - <version>27.6</version> |
10 | | - <relativePath /> |
| 9 | + <version>27.7.1</version> |
| 10 | + <relativePath/> |
11 | 11 | </parent> |
12 | 12 | <artifactId>org.openwms.services</artifactId> |
13 | 13 | <version>2.4.0-SNAPSHOT</version> |
|
42 | 42 | <url>https://openwms.github.io/</url> |
43 | 43 | <organization>Interface21.io</organization> |
44 | 44 | <organizationUrl>https://www.interface21.io</organizationUrl> |
45 | | - <timezone>+2</timezone> |
| 45 | + <timezone>+1</timezone> |
46 | 46 | <roles> |
47 | 47 | <role>Project Lead</role> |
48 | 48 | <role>Architect</role> |
|
66 | 66 | </ciManagement> |
67 | 67 |
|
68 | 68 | <properties> |
69 | | - <error_prone_annotations.version>2.40.0</error_prone_annotations.version> |
| 69 | + <error_prone_annotations.version>2.43.0</error_prone_annotations.version> |
70 | 70 | <hk2-api.version>3.1.1</hk2-api.version> |
71 | 71 | <guava.version>33.0.0-jre</guava.version> |
72 | 72 | <httpclient.version>4.5.14</httpclient.version> |
73 | 73 | <spring-cloud-dependencies.version>2025.0.0</spring-cloud-dependencies.version> |
74 | | - <stax2-api.version>4.2.2</stax2-api.version> |
75 | 74 | <woodstox-core.version>7.1.1</woodstox-core.version> |
76 | 75 | </properties> |
77 | 76 |
|
|
143 | 142 | <artifactId>guava</artifactId> |
144 | 143 | <version>${guava.version}</version> |
145 | 144 | </dependency> |
146 | | - <dependency> |
147 | | - <!-- Clash in org.springframework.cloud:spring-cloud-starter-netflix-eureka-server --> |
148 | | - <groupId>org.codehaus.woodstox</groupId> |
149 | | - <artifactId>stax2-api</artifactId> |
150 | | - <version>${stax2-api.version}</version> |
151 | | - </dependency> |
152 | 145 | <dependency> |
153 | 146 | <!-- Internal clash in Spring Cloud --> |
154 | 147 | <groupId>org.apache.httpcomponents</groupId> |
|
0 commit comments