File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
src/main/java/com/microsoft/azure/functions/spi/inject Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.microsoft.azure.functions</groupId >
6
6
<artifactId >azure-functions-java-spi</artifactId >
7
- <version >1.0 .0</version >
7
+ <version >1.1 .0</version >
8
8
<packaging >jar</packaging >
9
9
<parent >
10
10
<groupId >com.microsoft.maven</groupId >
64
64
<version >1.2.0</version >
65
65
<scope >provided</scope >
66
66
</dependency >
67
+ <dependency >
68
+ <groupId >com.google.code.gson</groupId >
69
+ <artifactId >gson</artifactId >
70
+ <version >2.9.0</version >
71
+ <scope >provided</scope >
72
+ </dependency >
67
73
</dependencies >
68
74
69
75
Original file line number Diff line number Diff line change
1
+ package com .microsoft .azure .functions .spi .inject ;
2
+
3
+ import com .google .gson .Gson ;
4
+
5
+ public interface GsonInstanceInjector {
6
+ Gson getGsonInstance () throws Exception ;
7
+ }
You can’t perform that action at this time.
0 commit comments