|
1783 | 1783 | <version>${glassfish-el.version}</version> |
1784 | 1784 | </dependency> |
1785 | 1785 | <dependency> |
1786 | | - <groupId>org.glassfish.jersey.containers</groupId> |
1787 | | - <artifactId>jersey-container-servlet</artifactId> |
1788 | | - <version>${jersey.version}</version> |
1789 | | - </dependency> |
1790 | | - <dependency> |
1791 | | - <groupId>org.glassfish.jersey.containers</groupId> |
1792 | | - <artifactId>jersey-container-servlet-core</artifactId> |
1793 | | - <version>${jersey.version}</version> |
1794 | | - </dependency> |
1795 | | - <dependency> |
1796 | | - <groupId>org.glassfish.jersey.core</groupId> |
1797 | | - <artifactId>jersey-client</artifactId> |
1798 | | - <version>${jersey.version}</version> |
1799 | | - </dependency> |
1800 | | - <dependency> |
1801 | | - <groupId>org.glassfish.jersey.core</groupId> |
1802 | | - <artifactId>jersey-common</artifactId> |
1803 | | - <version>${jersey.version}</version> |
1804 | | - </dependency> |
1805 | | - <dependency> |
1806 | | - <groupId>org.glassfish.jersey.core</groupId> |
1807 | | - <artifactId>jersey-server</artifactId> |
1808 | | - <version>${jersey.version}</version> |
1809 | | - </dependency> |
1810 | | - <dependency> |
1811 | | - <groupId>org.glassfish.jersey.ext</groupId> |
1812 | | - <artifactId>jersey-bean-validation</artifactId> |
1813 | | - <version>${jersey.version}</version> |
1814 | | - </dependency> |
1815 | | - <dependency> |
1816 | | - <groupId>org.glassfish.jersey.ext</groupId> |
1817 | | - <artifactId>jersey-entity-filtering</artifactId> |
1818 | | - <version>${jersey.version}</version> |
1819 | | - </dependency> |
1820 | | - <dependency> |
1821 | | - <groupId>org.glassfish.jersey.ext</groupId> |
1822 | | - <artifactId>jersey-spring4</artifactId> |
1823 | | - <version>${jersey.version}</version> |
1824 | | - <exclusions> |
1825 | | - <exclusion> |
1826 | | - <groupId>org.glassfish.hk2.external</groupId> |
1827 | | - <artifactId>bean-validator</artifactId> |
1828 | | - </exclusion> |
1829 | | - </exclusions> |
1830 | | - </dependency> |
1831 | | - <dependency> |
1832 | | - <groupId>org.glassfish.jersey.media</groupId> |
1833 | | - <artifactId>jersey-media-jaxb</artifactId> |
1834 | | - <version>${jersey.version}</version> |
1835 | | - </dependency> |
1836 | | - <dependency> |
1837 | | - <groupId>org.glassfish.jersey.media</groupId> |
1838 | | - <artifactId>jersey-media-json-jackson</artifactId> |
1839 | | - <version>${jersey.version}</version> |
1840 | | - </dependency> |
1841 | | - <dependency> |
1842 | | - <groupId>org.glassfish.jersey.media</groupId> |
1843 | | - <artifactId>jersey-media-multipart</artifactId> |
| 1786 | + <groupId>org.glassfish.jersey</groupId> |
| 1787 | + <artifactId>jersey-bom</artifactId> |
1844 | 1788 | <version>${jersey.version}</version> |
| 1789 | + <scope>import</scope> |
| 1790 | + <type>pom</type> |
1845 | 1791 | </dependency> |
1846 | 1792 | <dependency> |
1847 | 1793 | <groupId>org.hamcrest</groupId> |
|
0 commit comments