|
85 | 85 | <version>${project.version}</version> |
86 | 86 | <scope>test</scope> |
87 | 87 | </dependency> |
| 88 | + <dependency> |
| 89 | + <groupId>com.inrupt.client</groupId> |
| 90 | + <artifactId>inrupt-client-jsonb</artifactId> |
| 91 | + <version>${project.version}</version> |
| 92 | + <scope>test</scope> |
| 93 | + </dependency> |
| 94 | + <dependency> |
| 95 | + <groupId>org.eclipse</groupId> |
| 96 | + <artifactId>yasson</artifactId> |
| 97 | + <version>${yasson.version}</version> |
| 98 | + <scope>test</scope> |
| 99 | + </dependency> |
88 | 100 | <dependency> |
89 | 101 | <groupId>org.slf4j</groupId> |
90 | 102 | <artifactId>slf4j-api</artifactId> |
|
110 | 122 | <phase>none</phase> |
111 | 123 | </execution> |
112 | 124 | <execution> |
113 | | - <id>httpclient-jena-test</id> |
| 125 | + <id>httpclient-jena-jackson-test</id> |
114 | 126 | <phase>test</phase> |
115 | 127 | <goals> |
116 | 128 | <goal>test</goal> |
|
119 | 131 | <classpathDependencyExcludes> |
120 | 132 | <classpathDependencyExclude>com.inrupt.client:inrupt-client-okhttp</classpathDependencyExclude> |
121 | 133 | <classpathDependencyExclude>com.inrupt.client:inrupt-client-rdf4j</classpathDependencyExclude> |
| 134 | + <classpathDependencyExclude>com.inrupt.client:inrupt-client-jsonb</classpathDependencyExclude> |
| 135 | + </classpathDependencyExcludes> |
| 136 | + </configuration> |
| 137 | + </execution> |
| 138 | + <execution> |
| 139 | + <id>httpclient-jena-jsonb-test</id> |
| 140 | + <phase>test</phase> |
| 141 | + <goals> |
| 142 | + <goal>test</goal> |
| 143 | + </goals> |
| 144 | + <configuration> |
| 145 | + <classpathDependencyExcludes> |
| 146 | + <classpathDependencyExclude>com.inrupt.client:inrupt-client-okhttp</classpathDependencyExclude> |
| 147 | + <classpathDependencyExclude>com.inrupt.client:inrupt-client-rdf4j</classpathDependencyExclude> |
| 148 | + <classpathDependencyExclude>com.inrupt.client:inrupt-client-jackson</classpathDependencyExclude> |
| 149 | + </classpathDependencyExcludes> |
| 150 | + </configuration> |
| 151 | + </execution> |
| 152 | + <execution> |
| 153 | + <id>httpclient-rdf4j-jackson-test</id> |
| 154 | + <phase>test</phase> |
| 155 | + <goals> |
| 156 | + <goal>test</goal> |
| 157 | + </goals> |
| 158 | + <configuration> |
| 159 | + <classpathDependencyExcludes> |
| 160 | + <classpathDependencyExclude>com.inrupt.client:inrupt-client-okhttp</classpathDependencyExclude> |
| 161 | + <classpathDependencyExclude>com.inrupt.client:inrupt-client-jena</classpathDependencyExclude> |
| 162 | + <classpathDependencyExclude>com.inrupt.client:inrupt-client-jsonb</classpathDependencyExclude> |
122 | 163 | </classpathDependencyExcludes> |
123 | 164 | </configuration> |
124 | 165 | </execution> |
125 | 166 | <execution> |
126 | | - <id>httpclient-rdf4j-test</id> |
| 167 | + <id>httpclient-rdf4j-jsonb-test</id> |
127 | 168 | <phase>test</phase> |
128 | 169 | <goals> |
129 | 170 | <goal>test</goal> |
|
132 | 173 | <classpathDependencyExcludes> |
133 | 174 | <classpathDependencyExclude>com.inrupt.client:inrupt-client-okhttp</classpathDependencyExclude> |
134 | 175 | <classpathDependencyExclude>com.inrupt.client:inrupt-client-jena</classpathDependencyExclude> |
| 176 | + <classpathDependencyExclude>com.inrupt.client:inrupt-client-jackson</classpathDependencyExclude> |
135 | 177 | </classpathDependencyExcludes> |
136 | 178 | </configuration> |
137 | 179 | </execution> |
138 | 180 | <execution> |
139 | | - <id>okhttp-jena-test</id> |
| 181 | + <id>okhttp-jena-jackson-test</id> |
140 | 182 | <phase>test</phase> |
141 | 183 | <goals> |
142 | 184 | <goal>test</goal> |
|
146 | 188 | <classpathDependencyExclude>com.inrupt.client:inrupt-client-httpclient</classpathDependencyExclude> |
147 | 189 | <classpathDependencyExclude>com.inrupt.client:inrupt-client-rdf4j</classpathDependencyExclude> |
148 | 190 | <classpathDependencyExclude>com.inrupt.client:inrupt-client-rdf-legacy</classpathDependencyExclude> |
| 191 | + <classpathDependencyExclude>com.inrupt.client:inrupt-client-jsonb</classpathDependencyExclude> |
| 192 | + </classpathDependencyExcludes> |
| 193 | + </configuration> |
| 194 | + </execution> |
| 195 | + <execution> |
| 196 | + <id>okhttp-jena-jsonb-test</id> |
| 197 | + <phase>test</phase> |
| 198 | + <goals> |
| 199 | + <goal>test</goal> |
| 200 | + </goals> |
| 201 | + <configuration> |
| 202 | + <classpathDependencyExcludes> |
| 203 | + <classpathDependencyExclude>com.inrupt.client:inrupt-client-httpclient</classpathDependencyExclude> |
| 204 | + <classpathDependencyExclude>com.inrupt.client:inrupt-client-rdf4j</classpathDependencyExclude> |
| 205 | + <classpathDependencyExclude>com.inrupt.client:inrupt-client-rdf-legacy</classpathDependencyExclude> |
| 206 | + <classpathDependencyExclude>com.inrupt.client:inrupt-client-jackson</classpathDependencyExclude> |
| 207 | + </classpathDependencyExcludes> |
| 208 | + </configuration> |
| 209 | + </execution> |
| 210 | + <execution> |
| 211 | + <id>okhttp-rdf4j-jackson-test</id> |
| 212 | + <phase>test</phase> |
| 213 | + <goals> |
| 214 | + <goal>test</goal> |
| 215 | + </goals> |
| 216 | + <configuration> |
| 217 | + <classpathDependencyExcludes> |
| 218 | + <classpathDependencyExclude>com.inrupt.client:inrupt-client-httpclient</classpathDependencyExclude> |
| 219 | + <classpathDependencyExclude>com.inrupt.client:inrupt-client-jena</classpathDependencyExclude> |
| 220 | + <classpathDependencyExclude>com.inrupt.client:inrupt-client-rdf-legacy</classpathDependencyExclude> |
| 221 | + <classpathDependencyExclude>com.inrupt.client:inrupt-client-jsonb</classpathDependencyExclude> |
149 | 222 | </classpathDependencyExcludes> |
150 | 223 | </configuration> |
151 | 224 | </execution> |
152 | 225 | <execution> |
153 | | - <id>okhttp-rdf4j-test</id> |
| 226 | + <id>okhttp-rdf4j-jsonb-test</id> |
154 | 227 | <phase>test</phase> |
155 | 228 | <goals> |
156 | 229 | <goal>test</goal> |
|
160 | 233 | <classpathDependencyExclude>com.inrupt.client:inrupt-client-httpclient</classpathDependencyExclude> |
161 | 234 | <classpathDependencyExclude>com.inrupt.client:inrupt-client-jena</classpathDependencyExclude> |
162 | 235 | <classpathDependencyExclude>com.inrupt.client:inrupt-client-rdf-legacy</classpathDependencyExclude> |
| 236 | + <classpathDependencyExclude>com.inrupt.client:inrupt-client-jackson</classpathDependencyExclude> |
163 | 237 | </classpathDependencyExcludes> |
164 | 238 | </configuration> |
165 | 239 | </execution> |
|
0 commit comments