Skip to content

Commit 63548c3

Browse files
committed
work
1 parent 2d4c183 commit 63548c3

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

pom.xml

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
<xmlunit2.version>2.6.4</xmlunit2.version>
9595
<xmlunit.version>2.6.4</xmlunit.version>
9696
<htmlunit.version>2.43.0</htmlunit.version>
97+
<groovy-all.version>2.4.21</groovy-all.version>
9798
<hamcrest.version>2.2</hamcrest.version>
9899
<jsoup.version>1.14.2</jsoup.version>
99100

@@ -289,7 +290,6 @@
289290

290291
<dependencyManagement>
291292
<dependencies>
292-
293293
<dependency>
294294
<groupId>org.junit</groupId>
295295
<artifactId>junit-bom</artifactId>
@@ -625,7 +625,7 @@
625625
<dependency>
626626
<groupId>org.codehaus.groovy</groupId>
627627
<artifactId>groovy-all</artifactId>
628-
<version>2.4.21</version>
628+
<version>${groovy-all.version}</version>
629629
<scope>test</scope>
630630
</dependency>
631631
</dependencies>
@@ -648,7 +648,6 @@
648648
<artifactId>spring-boot-configuration-processor</artifactId>
649649
<optional>true</optional>
650650
</dependency>
651-
652651
<!-- spring-boot-starter -->
653652
<dependency>
654653
<groupId>org.springframework.boot</groupId>
@@ -737,7 +736,6 @@
737736
<groupId>org.springframework.boot</groupId>
738737
<artifactId>spring-boot-starter-integration</artifactId>
739738
</dependency>
740-
741739
<!-- org.springframework -->
742740
<dependency>
743741
<groupId>org.springframework</groupId>
@@ -1333,23 +1331,6 @@
13331331
<artifactId>maven-failsafe-plugin</artifactId>
13341332
<version>${maven-failsafe-plugin.version}</version>
13351333
</plugin>
1336-
<!--
1337-
<plugin>
1338-
<groupId>org.apache.maven.plugins</groupId>
1339-
<artifactId>maven-install-plugin</artifactId>
1340-
<version>${maven-install-plugin.version}</version>
1341-
</plugin>
1342-
<plugin>
1343-
<groupId>org.apache.maven.plugins</groupId>
1344-
<artifactId>maven-javadoc-plugin</artifactId>
1345-
<version>${maven-javadoc-plugin.version}</version>
1346-
</plugin>
1347-
<plugin>
1348-
<groupId>org.apache.maven.plugins</groupId>
1349-
<artifactId>maven-source-plugin</artifactId>
1350-
<version>${maven-source-plugin.version}</version>
1351-
</plugin>
1352-
-->
13531334
</plugins>
13541335
</pluginManagement>
13551336
<plugins>

0 commit comments

Comments
 (0)