|
1549 | 1549 | <groupId>org.sonatype.sisu</groupId> |
1550 | 1550 | <artifactId>sisu-guice</artifactId> |
1551 | 1551 | </exclude> |
| 1552 | + <exclude> |
| 1553 | + <groupId>com.google.code.gson</groupId> |
| 1554 | + <artifactId>gson</artifactId> |
| 1555 | + </exclude> |
| 1556 | + <exclude> |
| 1557 | + <groupId>com.sun.istack</groupId> |
| 1558 | + <artifactId>istack-commons-runtime</artifactId> |
| 1559 | + </exclude> |
| 1560 | + <exclude> |
| 1561 | + <groupId>org.apiguardian</groupId> |
| 1562 | + <artifactId>apiguardian-api</artifactId> |
| 1563 | + </exclude> |
| 1564 | + <exclude> |
| 1565 | + <groupId>com.fasterxml.jackson.datatype</groupId> |
| 1566 | + <artifactId>jackson-datatype-jsr310</artifactId> |
| 1567 | + </exclude> |
| 1568 | + <exclude> |
| 1569 | + <groupId>org.apache.commons</groupId> |
| 1570 | + <artifactId>commons-collections4</artifactId> |
| 1571 | + </exclude> |
| 1572 | + <exclude> |
| 1573 | + <groupId>aopalliance</groupId> |
| 1574 | + <artifactId>aopalliance</artifactId> |
| 1575 | + </exclude> |
| 1576 | + <exclude> |
| 1577 | + <groupId>org.apache.commons</groupId> |
| 1578 | + <artifactId>commons-lang3</artifactId> |
| 1579 | + </exclude> |
| 1580 | + <exclude> |
| 1581 | + <groupId>commons-lang</groupId> |
| 1582 | + <artifactId>commons-lang</artifactId> |
| 1583 | + </exclude> |
| 1584 | + <exclude> |
| 1585 | + <groupId>commons-validator</groupId> |
| 1586 | + <artifactId>commons-validator</artifactId> |
| 1587 | + </exclude> |
| 1588 | + <exclude> |
| 1589 | + <groupId>commons-beanutils</groupId> |
| 1590 | + <artifactId>commons-beanutils</artifactId> |
| 1591 | + </exclude> |
| 1592 | + <exclude> |
| 1593 | + <groupId>commons-chain</groupId> |
| 1594 | + <artifactId>commons-chain</artifactId> |
| 1595 | + </exclude> |
| 1596 | + <exclude> |
| 1597 | + <groupId>commons-digester</groupId> |
| 1598 | + <artifactId>commons-digester</artifactId> |
| 1599 | + </exclude> |
| 1600 | + <exclude> |
| 1601 | + <groupId>commons-io</groupId> |
| 1602 | + <artifactId>commons-io</artifactId> |
| 1603 | + </exclude> |
1552 | 1604 | </excludes> |
1553 | 1605 | </configuration> |
1554 | 1606 | <executions> |
|
0 commit comments