|
24 | 24 | <licenses> |
25 | 25 | <license> |
26 | 26 | <name>Apache License, Version 2.0</name> |
27 | | - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 27 | + <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> |
28 | 28 | <distribution>repo</distribution> |
29 | 29 | </license> |
30 | 30 | </licenses> |
|
53 | 53 | <groupId>org.apache.httpcomponents</groupId> |
54 | 54 | <artifactId>httpclient</artifactId> |
55 | 55 | <version>4.5.14</version> |
| 56 | + <exclusions> |
| 57 | + <exclusion> |
| 58 | + <groupId>commons-codec</groupId> |
| 59 | + <artifactId>commons-codec</artifactId> |
| 60 | + </exclusion> |
| 61 | + </exclusions> |
| 62 | + </dependency> |
| 63 | + <dependency> |
| 64 | + <groupId>commons-codec</groupId> |
| 65 | + <artifactId>commons-codec</artifactId> |
| 66 | + <version>1.15</version> |
56 | 67 | </dependency> |
57 | 68 | <dependency> |
58 | 69 | <groupId>org.apache.httpcomponents</groupId> |
59 | 70 | <artifactId>httpmime</artifactId> |
60 | 71 | <version>4.5.14</version> |
61 | 72 | </dependency> |
| 73 | + <dependency> |
| 74 | + <groupId>jakarta.xml.bind</groupId> |
| 75 | + <artifactId>jakarta.xml.bind-api</artifactId> |
| 76 | + <version>2.3.2</version> |
| 77 | + </dependency> |
| 78 | + <dependency> |
| 79 | + <groupId>org.glassfish.jaxb</groupId> |
| 80 | + <artifactId>jaxb-runtime</artifactId> |
| 81 | + <version>2.3.2</version> |
| 82 | + <scope>runtime</scope> |
| 83 | + </dependency> |
62 | 84 | <dependency> |
63 | 85 | <groupId>com.fasterxml.jackson.core</groupId> |
64 | 86 | <artifactId>jackson-databind</artifactId> |
|
122 | 144 | <autoReleaseAfterClose>false</autoReleaseAfterClose> |
123 | 145 | </configuration> |
124 | 146 | </plugin> |
125 | | - <plugin> |
126 | | - <artifactId>maven-assembly-plugin</artifactId> |
127 | | - <executions> |
128 | | - <execution> |
129 | | - <id>jar-with-dependencies</id> |
130 | | - <phase>package</phase> |
131 | | - <goals> |
132 | | - <goal>single</goal> |
133 | | - </goals> |
134 | | - </execution> |
135 | | - </executions> |
136 | | - <configuration> |
137 | | - <descriptorRefs> |
138 | | - <descriptorRef>jar-with-dependencies</descriptorRef> |
139 | | - </descriptorRefs> |
140 | | - <finalName>safeguardjava-${revision}-bundle</finalName> |
141 | | - <appendAssemblyId>false</appendAssemblyId> |
142 | | - </configuration> |
143 | | - </plugin> |
144 | 147 | </plugins> |
145 | 148 | </build> |
146 | 149 |
|
|
0 commit comments