Skip to content

Commit

Permalink
bug(#3726): Fixed pom
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Dec 25, 2024
1 parent 3e6d730 commit b408f9b
Showing 1 changed file with 1 addition and 42 deletions.
43 changes: 1 addition & 42 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,7 @@ SOFTWARE.
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-xml</artifactId>
<<<<<<< Updated upstream
<version>0.33.1</version>
=======
<version>0.33.3</version>
>>>>>>> Stashed changes
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
Expand Down Expand Up @@ -325,43 +321,6 @@ SOFTWARE.
</execution>
</executions>
</plugin>
<<<<<<< Updated upstream
=======
<plugin>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>groovy-maven-plugin</artifactId>
<version>2.1.1</version>
<executions>
<execution>
<id>project-validate</id>
<phase>validate</phase>
<goals>
<goal>execute</goal>
</goals>
<configuration>
<source>${project.basedir}/src/test/groovy/verify.groovy</source>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-xml</artifactId>
<version>0.33.3</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-xml</artifactId>
<version>3.0.23</version>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>12.5</version>
</dependency>
</dependencies>
</plugin>
>>>>>>> Stashed changes
</plugins>
<pluginManagement>
<plugins>
Expand Down Expand Up @@ -523,7 +482,7 @@ SOFTWARE.
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-xml</artifactId>
<version>0.33.1</version>
<version>0.33.3</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Expand Down

0 comments on commit b408f9b

Please sign in to comment.