Skip to content

Commit

Permalink
build(dependency): remove comment pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
hoaht authored and hoaht committed Oct 17, 2023
1 parent 1a0afaa commit 4926966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
16 changes: 2 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</properties>
<build>
<plugins>
<!--Order is important ! Execution follows the declaration order -->

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand All @@ -66,12 +66,7 @@
</plugin>
</plugins>
</build>
<!-- <distributionManagement>
<repository>
<id>local</id>
<url>file://./repo</url>
</repository>
</distributionManagement> -->

<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down Expand Up @@ -103,13 +98,6 @@
<artifactId>signalr-client</artifactId>
<version>1.2.1</version>
</dependency>

<!-- <dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency> -->

</dependencies>

</project>
5 changes: 0 additions & 5 deletions samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
</configuration>
</plugin>
<plugin>
<!-- Build an executable JAR -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.1</version>
Expand Down Expand Up @@ -87,9 +86,5 @@

</dependencies>
<repositories>
<!-- <repository>
<id>my-local-repo</id>
<url>file://${project.basedir}/../repo</url>
</repository> -->
</repositories>
</project>

0 comments on commit 4926966

Please sign in to comment.