Skip to content

Commit 9f48121

Browse files
committed
bump
1 parent c6a2544 commit 9f48121

1 file changed

Lines changed: 14 additions & 29 deletions

File tree

pom.xml

Lines changed: 14 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,33 @@
77
<parent>
88
<groupId>dev.vality</groupId>
99
<artifactId>service-parent-pom</artifactId>
10-
<version>3.1.7</version>
10+
<version>3.1.8</version>
1111
</parent>
1212

1313
<artifactId>wachter</artifactId>
1414
<version>1.0.0</version>
1515

1616
<properties>
17-
<woody.version>2.0.12</woody.version>
18-
<woody-http-bridge.version>0.0.10</woody-http-bridge.version>
1917
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2018
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2119
<java.version>21</java.version>
2220
<server.port>8022</server.port>
2321
<management.port>8023</management.port>
2422
<exposed.ports>${server.port} ${management.port}</exposed.ports>
23+
<shared-resources.version>3.0.1</shared-resources.version>
2524
</properties>
2625

2726
<dependencies>
2827
<!--vality-->
2928
<dependency>
30-
<groupId>dev.vality</groupId>
31-
<artifactId>shared-resources</artifactId>
32-
<version>${shared-resources.version}</version>
29+
<groupId>dev.vality.woody</groupId>
30+
<artifactId>woody-api</artifactId>
31+
<scope>provided</scope>
32+
</dependency>
33+
<dependency>
34+
<groupId>dev.vality.woody</groupId>
35+
<artifactId>woody-thrift</artifactId>
36+
<scope>provided</scope>
3337
</dependency>
3438
<dependency>
3539
<groupId>dev.vality.geck</groupId>
@@ -38,7 +42,6 @@
3842
<dependency>
3943
<groupId>dev.vality</groupId>
4044
<artifactId>woody-http-bridge</artifactId>
41-
<version>${woody-http-bridge.version}</version>
4245
</dependency>
4346

4447
<!--spring-->
@@ -87,6 +90,10 @@
8790
</dependency>
8891

8992
<!--third party-->
93+
<dependency>
94+
<groupId>org.projectlombok</groupId>
95+
<artifactId>lombok</artifactId>
96+
</dependency>
9097
<dependency>
9198
<groupId>jakarta.servlet</groupId>
9299
<artifactId>jakarta.servlet-api</artifactId>
@@ -196,28 +203,6 @@
196203
</execution>
197204
</executions>
198205
</plugin>
199-
<plugin>
200-
<groupId>org.apache.maven.plugins</groupId>
201-
<artifactId>maven-surefire-plugin</artifactId>
202-
</plugin>
203-
<plugin>
204-
<groupId>org.cyclonedx</groupId>
205-
<artifactId>cyclonedx-maven-plugin</artifactId>
206-
<executions>
207-
<execution>
208-
<phase>generate-resources</phase>
209-
<goals>
210-
<goal>makeAggregateBom</goal>
211-
</goals>
212-
<configuration>
213-
<projectType>application</projectType>
214-
<outputDirectory>${project.build.directory}</outputDirectory>
215-
<outputFormat>json</outputFormat>
216-
<outputName>bom</outputName>
217-
</configuration>
218-
</execution>
219-
</executions>
220-
</plugin>
221206
</plugins>
222207
</build>
223208
</project>

0 commit comments

Comments
 (0)