|
1705 | 1705 | <version>${glassfish-el.version}</version> |
1706 | 1706 | </dependency> |
1707 | 1707 | <dependency> |
1708 | | - <groupId>org.glassfish.jersey.containers</groupId> |
1709 | | - <artifactId>jersey-container-servlet</artifactId> |
1710 | | - <version>${jersey.version}</version> |
1711 | | - </dependency> |
1712 | | - <dependency> |
1713 | | - <groupId>org.glassfish.jersey.containers</groupId> |
1714 | | - <artifactId>jersey-container-servlet-core</artifactId> |
1715 | | - <version>${jersey.version}</version> |
1716 | | - </dependency> |
1717 | | - <dependency> |
1718 | | - <groupId>org.glassfish.jersey.core</groupId> |
1719 | | - <artifactId>jersey-client</artifactId> |
1720 | | - <version>${jersey.version}</version> |
1721 | | - </dependency> |
1722 | | - <dependency> |
1723 | | - <groupId>org.glassfish.jersey.core</groupId> |
1724 | | - <artifactId>jersey-common</artifactId> |
1725 | | - <version>${jersey.version}</version> |
1726 | | - </dependency> |
1727 | | - <dependency> |
1728 | | - <groupId>org.glassfish.jersey.core</groupId> |
1729 | | - <artifactId>jersey-server</artifactId> |
1730 | | - <version>${jersey.version}</version> |
1731 | | - </dependency> |
1732 | | - <dependency> |
1733 | | - <groupId>org.glassfish.jersey.ext</groupId> |
1734 | | - <artifactId>jersey-bean-validation</artifactId> |
1735 | | - <version>${jersey.version}</version> |
1736 | | - </dependency> |
1737 | | - <dependency> |
1738 | | - <groupId>org.glassfish.jersey.ext</groupId> |
1739 | | - <artifactId>jersey-entity-filtering</artifactId> |
1740 | | - <version>${jersey.version}</version> |
1741 | | - </dependency> |
1742 | | - <dependency> |
1743 | | - <groupId>org.glassfish.jersey.ext</groupId> |
1744 | | - <artifactId>jersey-spring4</artifactId> |
1745 | | - <version>${jersey.version}</version> |
1746 | | - <exclusions> |
1747 | | - <exclusion> |
1748 | | - <groupId>org.glassfish.hk2.external</groupId> |
1749 | | - <artifactId>bean-validator</artifactId> |
1750 | | - </exclusion> |
1751 | | - </exclusions> |
1752 | | - </dependency> |
1753 | | - <dependency> |
1754 | | - <groupId>org.glassfish.jersey.media</groupId> |
1755 | | - <artifactId>jersey-media-jaxb</artifactId> |
1756 | | - <version>${jersey.version}</version> |
1757 | | - </dependency> |
1758 | | - <dependency> |
1759 | | - <groupId>org.glassfish.jersey.media</groupId> |
1760 | | - <artifactId>jersey-media-json-jackson</artifactId> |
1761 | | - <version>${jersey.version}</version> |
1762 | | - </dependency> |
1763 | | - <dependency> |
1764 | | - <groupId>org.glassfish.jersey.media</groupId> |
1765 | | - <artifactId>jersey-media-multipart</artifactId> |
| 1708 | + <groupId>org.glassfish.jersey</groupId> |
| 1709 | + <artifactId>jersey-bom</artifactId> |
1766 | 1710 | <version>${jersey.version}</version> |
| 1711 | + <scope>import</scope> |
| 1712 | + <type>pom</type> |
1767 | 1713 | </dependency> |
1768 | 1714 | <dependency> |
1769 | 1715 | <groupId>org.hamcrest</groupId> |
|
0 commit comments