Skip to content

Commit

Permalink
remove commented configs
Browse files Browse the repository at this point in the history
  • Loading branch information
GordeaS authored and GordeaS committed Mar 21, 2024
1 parent 4580935 commit 19a65f0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
10 changes: 10 additions & 0 deletions annotation-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,16 @@
</exclusions>
</dependency>


<!-- TO_DO: change to spring doc
dependency>
groupId>org.springdoc</groupId>
artifactId>springdoc-openapi-ui</artifactId>
version>${springdoc.version}</version>
/dependency>
-->


<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
Expand Down
18 changes: 0 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,6 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<!--
<version>${version.spring.boot}</version>
-->
<executions>
<execution>
<goals>
Expand All @@ -271,9 +268,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<!--
<version>${version.maven-failsafe-plugin}</version>
-->
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -338,12 +332,6 @@
<!-- plugin managmeent -->
<pluginManagement>
<plugins>
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
</plugin>
-->
<plugin>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
Expand All @@ -361,12 +349,6 @@
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<!--
<configuration>
<source>${version.java}</source>
<target>${version.java}</target>
</configuration>
-->
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 19a65f0

Please sign in to comment.