Skip to content

Commit

Permalink
Merge pull request #3 from 1dson/create-bot
Browse files Browse the repository at this point in the history
feature:updated package name and dependencies
  • Loading branch information
1dson authored Apr 26, 2024
2 parents a6dc401 + 643a30e commit e98a60b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.version>3.8.1</maven.compiler.version>
<owasp-dependency-checker.version>9.1.0</owasp-dependency-checker.version>
<maven.surefire.plugin.version>3.2.5</maven.surefire.plugin.version>
<java.version>1.8</java.version>
<junit.jupiter.version>5.6.0</junit.jupiter.version>
Expand Down Expand Up @@ -70,6 +69,13 @@
</dependency>
</dependencies>

<repositories>
<repository>
<id>github</id>
<name>GitHub 1dson Apache Maven Packages</name>
<url>https://maven.pkg.github.com/1dson/SeleniumAnswerBot</url>
</repository>
</repositories>
<!-- Nexus Configuration -->
<distributionManagement>
<repository>
Expand Down

0 comments on commit e98a60b

Please sign in to comment.