|
37 | 37 | <version>2.19.0</version>
|
38 | 38 | </dependency>
|
39 | 39 |
|
| 40 | + <dependency> |
| 41 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 42 | + <artifactId>jackson-core</artifactId> |
| 43 | + <version>2.19.0</version> |
| 44 | + </dependency> |
| 45 | + |
40 | 46 | <dependency>
|
41 | 47 | <groupId>com.fasterxml.jackson.core</groupId>
|
42 | 48 | <artifactId>jackson-databind</artifactId>
|
43 | 49 | <version>2.19.0</version>
|
44 | 50 | </dependency>
|
45 | 51 |
|
46 | 52 | <dependency>
|
47 |
| - <groupId>com.squareup.okhttp3</groupId> |
48 |
| - <artifactId>mockwebserver</artifactId> |
49 |
| - <version>4.12.0</version> |
50 |
| - <scope>test</scope> |
| 53 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 54 | + <artifactId>jackson-annotations</artifactId> |
| 55 | + <version>2.19.0</version> |
51 | 56 | </dependency>
|
52 | 57 |
|
53 | 58 | <dependency>
|
|
75 | 80 | <version>1.2.1</version>
|
76 | 81 | </dependency>
|
77 | 82 |
|
| 83 | + <dependency> |
| 84 | + <groupId>com.dylibso.chicory</groupId> |
| 85 | + <artifactId>wasm</artifactId> |
| 86 | + <version>1.2.1</version> |
| 87 | + </dependency> |
| 88 | + |
78 | 89 | <dependency>
|
79 | 90 | <groupId>com.dylibso.chicory</groupId>
|
80 | 91 | <artifactId>wasi</artifactId>
|
81 | 92 | <version>1.2.1</version>
|
82 | 93 | </dependency>
|
| 94 | + |
| 95 | + <dependency> |
| 96 | + <groupId>com.squareup.okhttp3</groupId> |
| 97 | + <artifactId>mockwebserver</artifactId> |
| 98 | + <version>4.12.0</version> |
| 99 | + <scope>test</scope> |
| 100 | + </dependency> |
| 101 | + |
| 102 | + <dependency> |
| 103 | + <groupId>com.squareup.okhttp3</groupId> |
| 104 | + <artifactId>okhttp</artifactId> |
| 105 | + <version>4.12.0</version> |
| 106 | + <scope>test</scope> |
| 107 | + </dependency> |
| 108 | + |
| 109 | + <dependency> |
| 110 | + <groupId>com.squareup.okio</groupId> |
| 111 | + <artifactId>okio-jvm</artifactId> |
| 112 | + <version>3.12.0</version> |
| 113 | + <scope>test</scope> |
| 114 | + </dependency> |
| 115 | + |
| 116 | + <dependency> |
| 117 | + <groupId>com.github.spotbugs</groupId> |
| 118 | + <artifactId>spotbugs-annotations</artifactId> |
| 119 | + <version>4.9.3</version> |
| 120 | + <scope>provided</scope> |
| 121 | + </dependency> |
83 | 122 | </dependencies>
|
84 | 123 | <build>
|
85 | 124 | <plugins>
|
|
0 commit comments