|
126 | 126 | <commons-csv.version>1.9.0</commons-csv.version>
|
127 | 127 | <commons-io.version>2.14.0</commons-io.version>
|
128 | 128 | <commons-lang3.version>3.12.0</commons-lang3.version>
|
129 |
| - <commons-logging.version>1.1.3</commons-logging.version> |
| 129 | + <commons-logging.version>1.2</commons-logging.version> |
130 | 130 | <commons-math3.version>3.6.1</commons-math3.version>
|
131 | 131 | <commons-net.version>3.9.0</commons-net.version>
|
132 | 132 | <commons-text.version>1.10.0</commons-text.version>
|
|
1435 | 1435 | </exclusion>
|
1436 | 1436 | <exclusion>
|
1437 | 1437 | <groupId>io.netty</groupId>
|
1438 |
| - <artifactId>netty-all</artifactId> |
1439 |
| - </exclusion> |
1440 |
| - <exclusion> |
1441 |
| - <groupId>io.netty</groupId> |
1442 |
| - <artifactId>netty-handler</artifactId> |
| 1438 | + <artifactId>*</artifactId> |
1443 | 1439 | </exclusion>
|
1444 | 1440 | <exclusion>
|
1445 |
| - <groupId>io.netty</groupId> |
1446 |
| - <artifactId>netty-transport-native-epoll</artifactId> |
| 1441 | + <groupId>commons-io</groupId> |
| 1442 | + <artifactId>commons-io</artifactId> |
1447 | 1443 | </exclusion>
|
1448 | 1444 | <exclusion>
|
1449 | 1445 | <groupId>commons-collections</groupId>
|
|
1507 | 1503 | </exclusion>
|
1508 | 1504 | <exclusion>
|
1509 | 1505 | <groupId>io.netty</groupId>
|
1510 |
| - <artifactId>netty-all</artifactId> |
1511 |
| - </exclusion> |
1512 |
| - <exclusion> |
1513 |
| - <groupId>io.netty</groupId> |
1514 |
| - <artifactId>netty-handler</artifactId> |
1515 |
| - </exclusion> |
1516 |
| - <exclusion> |
1517 |
| - <groupId>io.netty</groupId> |
1518 |
| - <artifactId>netty-transport-native-epoll</artifactId> |
| 1506 | + <artifactId>*</artifactId> |
1519 | 1507 | </exclusion>
|
1520 | 1508 | <exclusion>
|
1521 | 1509 | <groupId>org.eclipse.jetty</groupId>
|
|
1596 | 1584 | <groupId>${leveldbjni.group}</groupId>
|
1597 | 1585 | <artifactId>leveldbjni-all</artifactId>
|
1598 | 1586 | <version>1.8</version>
|
| 1587 | + <exclusions> |
| 1588 | + <exclusion> |
| 1589 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 1590 | + <artifactId>jackson-core</artifactId> |
| 1591 | + </exclusion> |
| 1592 | + </exclusions> |
1599 | 1593 | </dependency>
|
1600 | 1594 | <dependency>
|
1601 | 1595 | <groupId>org.fusesource.hawtjni</groupId>
|
|
1958 | 1952 | <groupId>org.ehcache</groupId>
|
1959 | 1953 | <artifactId>ehcache</artifactId>
|
1960 | 1954 | <version>${ehcache.version}</version>
|
| 1955 | + <exclusions> |
| 1956 | + <exclusion> |
| 1957 | + <groupId>org.slf4j</groupId> |
| 1958 | + <artifactId>slf4j-api</artifactId> |
| 1959 | + </exclusion> |
| 1960 | + </exclusions> |
1961 | 1961 | </dependency>
|
1962 | 1962 | <dependency>
|
1963 | 1963 | <groupId>com.zaxxer</groupId>
|
1964 | 1964 | <artifactId>HikariCP</artifactId>
|
1965 | 1965 | <version>${hikari.version}</version>
|
| 1966 | + <exclusions> |
| 1967 | + <exclusion> |
| 1968 | + <groupId>org.slf4j</groupId> |
| 1969 | + <artifactId>slf4j-api</artifactId> |
| 1970 | + </exclusion> |
| 1971 | + </exclusions> |
1966 | 1972 | </dependency>
|
1967 | 1973 | <dependency>
|
1968 | 1974 | <groupId>org.apache.derby</groupId>
|
|
2024 | 2030 | <groupId>org.jsonschema2pojo</groupId>
|
2025 | 2031 | <artifactId>jsonschema2pojo-core</artifactId>
|
2026 | 2032 | <version>${jsonschema2pojo.version}</version>
|
| 2033 | + <exclusions> |
| 2034 | + <exclusion> |
| 2035 | + <groupId>commons-io</groupId> |
| 2036 | + <artifactId>commons-io</artifactId> |
| 2037 | + </exclusion> |
| 2038 | + </exclusions> |
2027 | 2039 | </dependency>
|
2028 | 2040 | <dependency>
|
2029 | 2041 | <groupId>org.xerial.snappy</groupId>
|
|
0 commit comments