4
4
<artifactId >azure-functions-java-worker</artifactId >
5
5
<version >2.9.1</version >
6
6
<packaging >jar</packaging >
7
- <parent >
8
- <groupId >com.microsoft.maven</groupId >
9
- <artifactId >java-8-parent</artifactId >
10
- <version >8.0.0</version >
11
- </parent >
12
7
<name >Azure Functions Java Worker</name >
13
8
<description >This package contains the Java Language Worker used by Azure functions host to execute java functions</description >
14
9
<url >https://azure.microsoft.com/en-us/services/functions</url >
77
72
<dependency >
78
73
<groupId >io.grpc</groupId >
79
74
<artifactId >grpc-protobuf</artifactId >
80
- <version >1.45.0 </version >
75
+ <version >1.45.2 </version >
81
76
</dependency >
82
77
<dependency >
83
78
<groupId >io.grpc</groupId >
84
79
<artifactId >grpc-stub</artifactId >
85
- <version >1.45.0 </version >
80
+ <version >1.45.2 </version >
86
81
</dependency >
87
82
<dependency >
88
83
<groupId >io.grpc</groupId >
89
84
<artifactId >grpc-netty-shaded</artifactId >
90
- <version >1.45.0 </version >
85
+ <version >1.45.2 </version >
91
86
</dependency >
92
87
<dependency >
93
88
<groupId >com.google.code.gson</groupId >
102
97
<dependency >
103
98
<groupId >commons-cli</groupId >
104
99
<artifactId >commons-cli</artifactId >
105
- <version >1.4 </version >
100
+ <version >1.5.0 </version >
106
101
</dependency >
107
102
<dependency >
108
103
<groupId >javax.annotation</groupId >
294
289
</execution >
295
290
</executions >
296
291
</plugin >
292
+ <plugin >
293
+ <groupId >org.apache.maven.plugins</groupId >
294
+ <artifactId >maven-surefire-plugin</artifactId >
295
+ <version >2.22.1</version >
296
+ <configuration >
297
+ <workingDirectory >${project.build.directory} </workingDirectory >
298
+ <systemProperties >
299
+ <property >
300
+ <name >testing-project-jar</name >
301
+ <value >${project.artifactId} -${project.version} -tests.jar</value >
302
+ </property >
303
+ </systemProperties >
304
+ </configuration >
305
+ </plugin >
297
306
</plugins >
298
307
</build >
299
308
</project >
0 commit comments