|
1547 | 1547 | </dependency>
|
1548 | 1548 | <dependency>
|
1549 | 1549 | <groupId>org.eclipse.jetty</groupId>
|
1550 |
| - <artifactId>jetty-annotations</artifactId> |
| 1550 | + <artifactId>apache-jsp</artifactId> |
1551 | 1551 | <version>${jetty.version}</version>
|
1552 | 1552 | </dependency>
|
1553 | 1553 | <dependency>
|
|
1557 | 1557 | </dependency>
|
1558 | 1558 | <dependency>
|
1559 | 1559 | <groupId>org.eclipse.jetty</groupId>
|
1560 |
| - <artifactId>apache-jsp</artifactId> |
| 1560 | + <artifactId>jetty-alpn-client</artifactId> |
| 1561 | + <version>${jetty.version}</version> |
| 1562 | + </dependency> |
| 1563 | + <dependency> |
| 1564 | + <groupId>org.eclipse.jetty</groupId> |
| 1565 | + <artifactId>jetty-alpn-java-client</artifactId> |
| 1566 | + <version>${jetty.version}</version> |
| 1567 | + </dependency> |
| 1568 | + <dependency> |
| 1569 | + <groupId>org.eclipse.jetty</groupId> |
| 1570 | + <artifactId>jetty-alpn-java-server</artifactId> |
| 1571 | + <version>${jetty.version}</version> |
| 1572 | + </dependency> |
| 1573 | + <dependency> |
| 1574 | + <groupId>org.eclipse.jetty</groupId> |
| 1575 | + <artifactId>jetty-alpn-server</artifactId> |
| 1576 | + <version>${jetty.version}</version> |
| 1577 | + </dependency> |
| 1578 | + <dependency> |
| 1579 | + <groupId>org.eclipse.jetty</groupId> |
| 1580 | + <artifactId>jetty-annotations</artifactId> |
| 1581 | + <version>${jetty.version}</version> |
| 1582 | + </dependency> |
| 1583 | + <dependency> |
| 1584 | + <groupId>org.eclipse.jetty</groupId> |
| 1585 | + <artifactId>jetty-ant</artifactId> |
1561 | 1586 | <version>${jetty.version}</version>
|
1562 | 1587 | </dependency>
|
1563 | 1588 | <dependency>
|
|
1575 | 1600 | <artifactId>jetty-deploy</artifactId>
|
1576 | 1601 | <version>${jetty.version}</version>
|
1577 | 1602 | </dependency>
|
| 1603 | + <dependency> |
| 1604 | + <groupId>org.eclipse.jetty</groupId> |
| 1605 | + <artifactId>jetty-home</artifactId> |
| 1606 | + <version>${jetty.version}</version> |
| 1607 | + </dependency> |
| 1608 | + <dependency> |
| 1609 | + <groupId>org.eclipse.jetty</groupId> |
| 1610 | + <artifactId>jetty-hazelcast</artifactId> |
| 1611 | + <version>${jetty.version}</version> |
| 1612 | + </dependency> |
1578 | 1613 | <dependency>
|
1579 | 1614 | <groupId>org.eclipse.jetty</groupId>
|
1580 | 1615 | <artifactId>jetty-http</artifactId>
|
|
1675 | 1710 | <artifactId>jetty-start</artifactId>
|
1676 | 1711 | <version>${jetty.version}</version>
|
1677 | 1712 | </dependency>
|
| 1713 | + <dependency> |
| 1714 | + <groupId>org.eclipse.jetty</groupId> |
| 1715 | + <artifactId>jetty-unixsocket</artifactId> |
| 1716 | + <version>${jetty.version}</version> |
| 1717 | + </dependency> |
1678 | 1718 | <dependency>
|
1679 | 1719 | <groupId>org.eclipse.jetty</groupId>
|
1680 | 1720 | <artifactId>jetty-util</artifactId>
|
|
1695 | 1735 | <artifactId>jetty-xml</artifactId>
|
1696 | 1736 | <version>${jetty.version}</version>
|
1697 | 1737 | </dependency>
|
| 1738 | + <dependency> |
| 1739 | + <groupId>org.eclipse.jetty.cdi</groupId> |
| 1740 | + <artifactId>cdi-core</artifactId> |
| 1741 | + <version>${jetty.version}</version> |
| 1742 | + </dependency> |
| 1743 | + <dependency> |
| 1744 | + <groupId>org.eclipse.jetty.cdi</groupId> |
| 1745 | + <artifactId>cdi-full-servlet</artifactId> |
| 1746 | + <version>${jetty.version}</version> |
| 1747 | + </dependency> |
| 1748 | + <dependency> |
| 1749 | + <groupId>org.eclipse.jetty.cdi</groupId> |
| 1750 | + <artifactId>cdi-servlet</artifactId> |
| 1751 | + <version>${jetty.version}</version> |
| 1752 | + </dependency> |
| 1753 | + <dependency> |
| 1754 | + <groupId>org.eclipse.jetty.fcgi</groupId> |
| 1755 | + <artifactId>fcgi-client</artifactId> |
| 1756 | + <version>${jetty.version}</version> |
| 1757 | + </dependency> |
| 1758 | + <dependency> |
| 1759 | + <groupId>org.eclipse.jetty.fcgi</groupId> |
| 1760 | + <artifactId>fcgi-server</artifactId> |
| 1761 | + <version>${jetty.version}</version> |
| 1762 | + </dependency> |
| 1763 | + <dependency> |
| 1764 | + <groupId>org.eclipse.jetty.gcloud</groupId> |
| 1765 | + <artifactId>jetty-gcloud-session-manager</artifactId> |
| 1766 | + <version>${jetty.version}</version> |
| 1767 | + </dependency> |
1698 | 1768 | <dependency>
|
1699 | 1769 | <groupId>org.eclipse.jetty.http2</groupId>
|
1700 | 1770 | <artifactId>http2-client</artifactId>
|
|
1710 | 1780 | <artifactId>http2-hpack</artifactId>
|
1711 | 1781 | <version>${jetty.version}</version>
|
1712 | 1782 | </dependency>
|
| 1783 | + <dependency> |
| 1784 | + <groupId>org.eclipse.jetty.http2</groupId> |
| 1785 | + <artifactId>http2-http-client-transport</artifactId> |
| 1786 | + <version>${jetty.version}</version> |
| 1787 | + </dependency> |
1713 | 1788 | <dependency>
|
1714 | 1789 | <groupId>org.eclipse.jetty.http2</groupId>
|
1715 | 1790 | <artifactId>http2-server</artifactId>
|
1716 | 1791 | <version>${jetty.version}</version>
|
1717 | 1792 | </dependency>
|
| 1793 | + <dependency> |
| 1794 | + <groupId>org.eclipse.jetty.memcached</groupId> |
| 1795 | + <artifactId>jetty-memcached-sessions</artifactId> |
| 1796 | + <version>${jetty.version}</version> |
| 1797 | + </dependency> |
1718 | 1798 | <dependency>
|
1719 | 1799 | <groupId>org.eclipse.jetty.orbit</groupId>
|
1720 | 1800 | <artifactId>javax.servlet.jsp</artifactId>
|
1721 | 1801 | <version>${jetty-jsp.version}</version>
|
1722 | 1802 | </dependency>
|
| 1803 | + <dependency> |
| 1804 | + <groupId>org.eclipse.jetty.osgi</groupId> |
| 1805 | + <artifactId>jetty-osgi-boot</artifactId> |
| 1806 | + <version>${jetty.version}</version> |
| 1807 | + </dependency> |
| 1808 | + <dependency> |
| 1809 | + <groupId>org.eclipse.jetty.osgi</groupId> |
| 1810 | + <artifactId>jetty-osgi-boot-jsp</artifactId> |
| 1811 | + <version>${jetty.version}</version> |
| 1812 | + </dependency> |
| 1813 | + <dependency> |
| 1814 | + <groupId>org.eclipse.jetty.osgi</groupId> |
| 1815 | + <artifactId>jetty-osgi-boot-warurl</artifactId> |
| 1816 | + <version>${jetty.version}</version> |
| 1817 | + </dependency> |
| 1818 | + <dependency> |
| 1819 | + <groupId>org.eclipse.jetty.osgi</groupId> |
| 1820 | + <artifactId>jetty-httpservice</artifactId> |
| 1821 | + <version>${jetty.version}</version> |
| 1822 | + </dependency> |
1723 | 1823 | <dependency>
|
1724 | 1824 | <groupId>org.eclipse.jetty.websocket</groupId>
|
1725 | 1825 | <artifactId>javax-websocket-client-impl</artifactId>
|
|
1730 | 1830 | <artifactId>javax-websocket-server-impl</artifactId>
|
1731 | 1831 | <version>${jetty.version}</version>
|
1732 | 1832 | </dependency>
|
| 1833 | + <dependency> |
| 1834 | + <groupId>org.eclipse.jetty.websocket</groupId> |
| 1835 | + <artifactId>websocket-api</artifactId> |
| 1836 | + <version>${jetty.version}</version> |
| 1837 | + </dependency> |
1733 | 1838 | <dependency>
|
1734 | 1839 | <groupId>org.eclipse.jetty.websocket</groupId>
|
1735 | 1840 | <artifactId>websocket-client</artifactId>
|
1736 | 1841 | <version>${jetty.version}</version>
|
1737 | 1842 | </dependency>
|
| 1843 | + <dependency> |
| 1844 | + <groupId>org.eclipse.jetty.websocket</groupId> |
| 1845 | + <artifactId>websocket-common</artifactId> |
| 1846 | + <version>${jetty.version}</version> |
| 1847 | + </dependency> |
1738 | 1848 | <dependency>
|
1739 | 1849 | <groupId>org.eclipse.jetty.websocket</groupId>
|
1740 | 1850 | <artifactId>websocket-server</artifactId>
|
|
0 commit comments