mirror of
https://github.com/valitydev/damsel.git
synced 2024-11-06 01:35:19 +00:00
Do not merge, bump example
This commit is contained in:
parent
c170117e5f
commit
d770ae24f5
14
pom.xml
14
pom.xml
@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.vality</groupId>
|
<groupId>dev.vality</groupId>
|
||||||
<artifactId>library-parent-pom</artifactId>
|
<artifactId>library-parent-pom</artifactId>
|
||||||
<version>1.0.2</version>
|
<version>2.0.2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>damsel</artifactId>
|
<artifactId>damsel</artifactId>
|
||||||
@ -40,13 +40,13 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>dev.vality.woody</groupId>
|
<groupId>dev.vality.woody</groupId>
|
||||||
<artifactId>woody-thrift</artifactId>
|
<artifactId>woody-thrift</artifactId>
|
||||||
<version>1.0.4</version>
|
<version>2.0.1</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.annotation</groupId>
|
<groupId>jakarta.annotation</groupId>
|
||||||
<artifactId>javax.annotation-api</artifactId>
|
<artifactId>jakarta.annotation-api</artifactId>
|
||||||
<version>1.3.2</version>
|
<version>3.0.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
@ -68,7 +68,7 @@
|
|||||||
<artifactId>thrift-maven-plugin</artifactId>
|
<artifactId>thrift-maven-plugin</artifactId>
|
||||||
<version>0.10.0</version>
|
<version>0.10.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<generator>java:fullcamel</generator>
|
<generator>java:fullcamel,jakarta_annotations</generator>
|
||||||
<thriftSourceRoot>${project.basedir}/proto</thriftSourceRoot>
|
<thriftSourceRoot>${project.basedir}/proto</thriftSourceRoot>
|
||||||
<thriftExecutable>${path_to_thrift}</thriftExecutable>
|
<thriftExecutable>${path_to_thrift}</thriftExecutable>
|
||||||
</configuration>
|
</configuration>
|
||||||
@ -85,7 +85,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-shade-plugin</artifactId>
|
<artifactId>maven-shade-plugin</artifactId>
|
||||||
<version>3.2.4</version>
|
<version>3.6.0</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>package</phase>
|
<phase>package</phase>
|
||||||
|
Loading…
Reference in New Issue
Block a user