Skip to content

Commit 0b45336

Browse files
committed
Use Groovy's bom in spring-boot-dependencies
Closes gh-22084
1 parent db634d7 commit 0b45336

File tree

1 file changed

+3
-131
lines changed
  • spring-boot-project/spring-boot-dependencies

1 file changed

+3
-131
lines changed

spring-boot-project/spring-boot-dependencies/pom.xml

Lines changed: 3 additions & 131 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,138 +1813,10 @@
18131813
</dependency>
18141814
<dependency>
18151815
<groupId>org.codehaus.groovy</groupId>
1816-
<artifactId>groovy</artifactId>
1817-
<version>${groovy.version}</version>
1818-
</dependency>
1819-
<dependency>
1820-
<groupId>org.codehaus.groovy</groupId>
1821-
<artifactId>groovy-ant</artifactId>
1822-
<version>${groovy.version}</version>
1823-
</dependency>
1824-
<dependency>
1825-
<groupId>org.codehaus.groovy</groupId>
1826-
<artifactId>groovy-backports-compat23</artifactId>
1827-
<version>${groovy.version}</version>
1828-
</dependency>
1829-
<dependency>
1830-
<groupId>org.codehaus.groovy</groupId>
1831-
<artifactId>groovy-bsf</artifactId>
1832-
<version>${groovy.version}</version>
1833-
</dependency>
1834-
<dependency>
1835-
<groupId>org.codehaus.groovy</groupId>
1836-
<artifactId>groovy-cli-commons</artifactId>
1837-
<version>${groovy.version}</version>
1838-
</dependency>
1839-
<dependency>
1840-
<groupId>org.codehaus.groovy</groupId>
1841-
<artifactId>groovy-cli-picocli</artifactId>
1842-
<version>${groovy.version}</version>
1843-
</dependency>
1844-
<dependency>
1845-
<groupId>org.codehaus.groovy</groupId>
1846-
<artifactId>groovy-console</artifactId>
1847-
<version>${groovy.version}</version>
1848-
</dependency>
1849-
<dependency>
1850-
<groupId>org.codehaus.groovy</groupId>
1851-
<artifactId>groovy-datetime</artifactId>
1852-
<version>${groovy.version}</version>
1853-
</dependency>
1854-
<dependency>
1855-
<groupId>org.codehaus.groovy</groupId>
1856-
<artifactId>groovy-dateutil</artifactId>
1857-
<version>${groovy.version}</version>
1858-
</dependency>
1859-
<dependency>
1860-
<groupId>org.codehaus.groovy</groupId>
1861-
<artifactId>groovy-docgenerator</artifactId>
1862-
<version>${groovy.version}</version>
1863-
</dependency>
1864-
<dependency>
1865-
<groupId>org.codehaus.groovy</groupId>
1866-
<artifactId>groovy-groovydoc</artifactId>
1867-
<version>${groovy.version}</version>
1868-
</dependency>
1869-
<dependency>
1870-
<groupId>org.codehaus.groovy</groupId>
1871-
<artifactId>groovy-groovysh</artifactId>
1872-
<version>${groovy.version}</version>
1873-
</dependency>
1874-
<dependency>
1875-
<groupId>org.codehaus.groovy</groupId>
1876-
<artifactId>groovy-jaxb</artifactId>
1877-
<version>${groovy.version}</version>
1878-
</dependency>
1879-
<dependency>
1880-
<groupId>org.codehaus.groovy</groupId>
1881-
<artifactId>groovy-jmx</artifactId>
1882-
<version>${groovy.version}</version>
1883-
</dependency>
1884-
<dependency>
1885-
<groupId>org.codehaus.groovy</groupId>
1886-
<artifactId>groovy-json</artifactId>
1887-
<version>${groovy.version}</version>
1888-
</dependency>
1889-
<dependency>
1890-
<groupId>org.codehaus.groovy</groupId>
1891-
<artifactId>groovy-json-direct</artifactId>
1892-
<version>${groovy.version}</version>
1893-
</dependency>
1894-
<dependency>
1895-
<groupId>org.codehaus.groovy</groupId>
1896-
<artifactId>groovy-jsr223</artifactId>
1897-
<version>${groovy.version}</version>
1898-
</dependency>
1899-
<dependency>
1900-
<groupId>org.codehaus.groovy</groupId>
1901-
<artifactId>groovy-macro</artifactId>
1902-
<version>${groovy.version}</version>
1903-
</dependency>
1904-
<dependency>
1905-
<groupId>org.codehaus.groovy</groupId>
1906-
<artifactId>groovy-nio</artifactId>
1907-
<version>${groovy.version}</version>
1908-
</dependency>
1909-
<dependency>
1910-
<groupId>org.codehaus.groovy</groupId>
1911-
<artifactId>groovy-servlet</artifactId>
1912-
<version>${groovy.version}</version>
1913-
</dependency>
1914-
<dependency>
1915-
<groupId>org.codehaus.groovy</groupId>
1916-
<artifactId>groovy-sql</artifactId>
1917-
<version>${groovy.version}</version>
1918-
</dependency>
1919-
<dependency>
1920-
<groupId>org.codehaus.groovy</groupId>
1921-
<artifactId>groovy-swing</artifactId>
1922-
<version>${groovy.version}</version>
1923-
</dependency>
1924-
<dependency>
1925-
<groupId>org.codehaus.groovy</groupId>
1926-
<artifactId>groovy-templates</artifactId>
1927-
<version>${groovy.version}</version>
1928-
</dependency>
1929-
<dependency>
1930-
<groupId>org.codehaus.groovy</groupId>
1931-
<artifactId>groovy-test</artifactId>
1932-
<version>${groovy.version}</version>
1933-
</dependency>
1934-
<dependency>
1935-
<groupId>org.codehaus.groovy</groupId>
1936-
<artifactId>groovy-test-junit5</artifactId>
1937-
<version>${groovy.version}</version>
1938-
</dependency>
1939-
<dependency>
1940-
<groupId>org.codehaus.groovy</groupId>
1941-
<artifactId>groovy-testng</artifactId>
1942-
<version>${groovy.version}</version>
1943-
</dependency>
1944-
<dependency>
1945-
<groupId>org.codehaus.groovy</groupId>
1946-
<artifactId>groovy-xml</artifactId>
1816+
<artifactId>groovy-bom</artifactId>
19471817
<version>${groovy.version}</version>
1818+
<scope>import</scope>
1819+
<type>pom</type>
19481820
</dependency>
19491821
<dependency>
19501822
<groupId>org.codehaus.janino</groupId>

0 commit comments

Comments
 (0)