Skip to content

Commit

Permalink
Back to oss
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Aug 16, 2024
1 parent 496fa0b commit e64dfe2
Showing 1 changed file with 30 additions and 31 deletions.
61 changes: 30 additions & 31 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>net.serenity-bdd</groupId>
Expand Down Expand Up @@ -221,29 +220,29 @@
</dependency>

<!-- Guice dependencies -->
<!-- <dependency>-->
<!-- <groupId>com.google.inject</groupId>-->
<!-- <artifactId>guice</artifactId>-->
<!-- <version>${guice.version}</version>-->
<!-- <exclusions>-->
<!-- <exclusion>-->
<!-- <groupId>org.ow2.asm</groupId>-->
<!-- <artifactId>asm</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <groupId>asm</groupId>-->
<!-- <artifactId>asm</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <groupId>com.google.guava</groupId>-->
<!-- <artifactId>guava</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <groupId>org.sonatype.sisu.inject</groupId>-->
<!-- <artifactId>cglib</artifactId>-->
<!-- </exclusion>-->
<!-- </exclusions>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>com.google.inject</groupId>-->
<!-- <artifactId>guice</artifactId>-->
<!-- <version>${guice.version}</version>-->
<!-- <exclusions>-->
<!-- <exclusion>-->
<!-- <groupId>org.ow2.asm</groupId>-->
<!-- <artifactId>asm</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <groupId>asm</groupId>-->
<!-- <artifactId>asm</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <groupId>com.google.guava</groupId>-->
<!-- <artifactId>guava</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <groupId>org.sonatype.sisu.inject</groupId>-->
<!-- <artifactId>cglib</artifactId>-->
<!-- </exclusion>-->
<!-- </exclusions>-->
<!-- </dependency>-->

<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -465,11 +464,11 @@
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<build>
Expand Down Expand Up @@ -608,7 +607,7 @@
<id>enforce</id>
<configuration>
<rules>
<dependencyConvergence/>
<dependencyConvergence />
</rules>
</configuration>
<!-- <goals>-->
Expand All @@ -633,8 +632,8 @@
</executions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<!-- <nexusUrl>https://oss.sonatype.org</nexusUrl>-->
<!-- <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>-->
<nexusUrl>https://oss.sonatype.org</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
Expand Down Expand Up @@ -794,7 +793,7 @@
<version>3.1.1</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<!-- <releaseProfiles>release</releaseProfiles>-->
<!-- <releaseProfiles>release</releaseProfiles>-->
<goals>deploy</goals>
<localCheckout>true</localCheckout>
<scmCommentPrefix>[ci skip]</scmCommentPrefix>
Expand Down

0 comments on commit e64dfe2

Please sign in to comment.