|
73 | 73 | <version>${project.version}</version> |
74 | 74 | <scope>test</scope> |
75 | 75 | </dependency> |
| 76 | + <dependency> |
| 77 | + <groupId>com.inrupt.client</groupId> |
| 78 | + <artifactId>inrupt-client-jsonb</artifactId> |
| 79 | + <version>${project.version}</version> |
| 80 | + <scope>test</scope> |
| 81 | + </dependency> |
| 82 | + <dependency> |
| 83 | + <groupId>org.eclipse</groupId> |
| 84 | + <artifactId>yasson</artifactId> |
| 85 | + <version>${yasson.version}</version> |
| 86 | + <scope>test</scope> |
| 87 | + </dependency> |
76 | 88 | <dependency> |
77 | 89 | <groupId>org.wiremock</groupId> |
78 | 90 | <artifactId>wiremock</artifactId> |
|
92 | 104 | <phase>none</phase> |
93 | 105 | </execution> |
94 | 106 | <execution> |
95 | | - <id>httpclient-test</id> |
| 107 | + <id>httpclient-jackson-test</id> |
| 108 | + <phase>test</phase> |
| 109 | + <goals> |
| 110 | + <goal>test</goal> |
| 111 | + </goals> |
| 112 | + <configuration> |
| 113 | + <classpathDependencyExcludes> |
| 114 | + <classpathDependencyExclude>com.inrupt.client:inrupt-client-okhttp</classpathDependencyExclude> |
| 115 | + <classpathDependencyExclude>com.inrupt.client:inrupt-client-jsonb</classpathDependencyExclude> |
| 116 | + </classpathDependencyExcludes> |
| 117 | + </configuration> |
| 118 | + </execution> |
| 119 | + <execution> |
| 120 | + <id>httpclient-jsonb-test</id> |
96 | 121 | <phase>test</phase> |
97 | 122 | <goals> |
98 | 123 | <goal>test</goal> |
99 | 124 | </goals> |
100 | 125 | <configuration> |
101 | 126 | <classpathDependencyExcludes> |
102 | 127 | <classpathDependencyExclude>com.inrupt.client:inrupt-client-okhttp</classpathDependencyExclude> |
| 128 | + <classpathDependencyExclude>com.inrupt.client:inrupt-client-jackson</classpathDependencyExclude> |
| 129 | + </classpathDependencyExcludes> |
| 130 | + </configuration> |
| 131 | + </execution> |
| 132 | + <execution> |
| 133 | + <id>okhttp-jackson-test</id> |
| 134 | + <phase>test</phase> |
| 135 | + <goals> |
| 136 | + <goal>test</goal> |
| 137 | + </goals> |
| 138 | + <configuration> |
| 139 | + <classpathDependencyExcludes> |
| 140 | + <classpathDependencyExclude>com.inrupt.client:inrupt-client-httpclient</classpathDependencyExclude> |
| 141 | + <classpathDependencyExclude>com.inrupt.client:inrupt-client-jsonb</classpathDependencyExclude> |
103 | 142 | </classpathDependencyExcludes> |
104 | 143 | </configuration> |
105 | 144 | </execution> |
106 | 145 | <execution> |
107 | | - <id>okhhttp-test</id> |
| 146 | + <id>okhttp-jsonb-test</id> |
108 | 147 | <phase>test</phase> |
109 | 148 | <goals> |
110 | 149 | <goal>test</goal> |
111 | 150 | </goals> |
112 | 151 | <configuration> |
113 | 152 | <classpathDependencyExcludes> |
114 | 153 | <classpathDependencyExclude>com.inrupt.client:inrupt-client-httpclient</classpathDependencyExclude> |
| 154 | + <classpathDependencyExclude>com.inrupt.client:inrupt-client-jackson</classpathDependencyExclude> |
115 | 155 | </classpathDependencyExcludes> |
116 | 156 | </configuration> |
117 | 157 | </execution> |
|
0 commit comments