|
19 | 19 | <flexmark-version>0.50.20</flexmark-version> |
20 | 20 | <!-- <jetty-version>10.0.0-alpha0</jetty-version>--> |
21 | 21 | <!-- <jetty-version>9.4.19.v20190610</jetty-version>--> |
22 | | - <jetty-version>9.4.22.v20191022</jetty-version> |
23 | | - <jersey-version>2.27</jersey-version> |
24 | | -<!-- <jersey-version>2.28</jersey-version>--> |
| 22 | + |
| 23 | + <!-- <jersey-version>2.28</jersey-version>--> |
25 | 24 | </properties> |
26 | 25 |
|
27 | 26 | <dependencies> |
|
88 | 87 | <dependency> |
89 | 88 | <groupId>org.glassfish.jersey.core</groupId> |
90 | 89 | <artifactId>jersey-server</artifactId> |
91 | | - <version>${jersey-version}</version> |
| 90 | + <version>${jersey.version}</version> |
92 | 91 | </dependency> |
93 | 92 | <dependency> |
94 | 93 | <groupId>org.glassfish.jersey.core</groupId> |
95 | 94 | <artifactId>jersey-common</artifactId> |
96 | | - <version>${jersey-version}</version> |
| 95 | + <version>${jersey.version}</version> |
97 | 96 | </dependency> |
98 | 97 | <dependency> |
99 | 98 | <groupId>org.glassfish.jersey.containers</groupId> |
100 | 99 | <artifactId>jersey-container-jetty-servlet</artifactId> |
101 | | - <version>${jersey-version}</version> |
| 100 | + <version>${jersey.version}</version> |
102 | 101 | </dependency> |
103 | 102 | <dependency> |
104 | 103 | <groupId>org.glassfish.jersey.inject</groupId> |
105 | 104 | <artifactId>jersey-hk2</artifactId> |
106 | | - <version>${jersey-version}</version> |
| 105 | + <version>${jersey.version}</version> |
107 | 106 | </dependency> |
108 | 107 |
|
109 | 108 | <dependency> |
|
114 | 113 | <dependency> |
115 | 114 | <groupId>javax.ws.rs</groupId> |
116 | 115 | <artifactId>javax.ws.rs-api</artifactId> |
117 | | - <version>2.0.1</version> |
| 116 | + <version>2.1</version> |
118 | 117 | </dependency> |
119 | 118 | <dependency> |
120 | 119 | <groupId>org.glassfish.jersey.media</groupId> |
121 | 120 | <artifactId>jersey-media-json-jackson</artifactId> |
122 | | - <version>${jersey-version}</version> |
| 121 | + <version>2.29</version> |
123 | 122 | </dependency> |
| 123 | + |
| 124 | + |
124 | 125 | <dependency> |
125 | 126 | <groupId>com.fasterxml.jackson.jaxrs</groupId> |
126 | 127 | <artifactId>jackson-jaxrs-json-provider</artifactId> |
127 | | - <version>2.9.9</version> |
| 128 | + <version>${jackson-jaxrs.version}</version> |
128 | 129 | </dependency> |
129 | 130 |
|
130 | 131 | <dependency> |
|
0 commit comments