Commit 9018ad63 authored by Tu Bach's avatar Tu Bach

no message

parent f20a6bab
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
<dependencies> <dependencies>
<!--<dependency>--> <!--<dependency>-->
<!--<groupId>org.springframework.boot</groupId>--> <!--<groupId>org.springframework.boot</groupId>-->
<!--<artifactId>spring-boot-starter-activemq</artifactId>--> <!--<artifactId>spring-boot-starter-activemq</artifactId>-->
<!--</dependency>--> <!--</dependency>-->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
...@@ -48,20 +48,20 @@ ...@@ -48,20 +48,20 @@
<artifactId>spring-boot-starter-data-redis</artifactId> <artifactId>spring-boot-starter-data-redis</artifactId>
</dependency> </dependency>
<!--<dependency>--> <!--<dependency>-->
<!--<groupId>org.springframework.boot</groupId>--> <!--<groupId>org.springframework.boot</groupId>-->
<!--<artifactId>spring-boot-starter-integration</artifactId>--> <!--<artifactId>spring-boot-starter-integration</artifactId>-->
<!--</dependency>--> <!--</dependency>-->
<!--<dependency>--> <!--<dependency>-->
<!--<groupId>org.springframework.boot</groupId>--> <!--<groupId>org.springframework.boot</groupId>-->
<!--<artifactId>spring-boot-starter-mail</artifactId>--> <!--<artifactId>spring-boot-starter-mail</artifactId>-->
<!--</dependency>--> <!--</dependency>-->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId> <artifactId>spring-boot-starter-security</artifactId>
</dependency> </dependency>
<!--<dependency>--> <!--<dependency>-->
<!--<groupId>org.springframework.boot</groupId>--> <!--<groupId>org.springframework.boot</groupId>-->
<!--<artifactId>spring-boot-starter-thymeleaf</artifactId>--> <!--<artifactId>spring-boot-starter-thymeleaf</artifactId>-->
<!--</dependency>--> <!--</dependency>-->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
...@@ -83,24 +83,24 @@ ...@@ -83,24 +83,24 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId> <artifactId>spring-boot-starter-websocket</artifactId>
</dependency> </dependency>
<!-- <dependency>--> <dependency>
<!-- <groupId>com.viettel</groupId>--> <groupId>com.viettel</groupId>
<!-- <artifactId>viettelsercurity</artifactId>--> <artifactId>viettelsercurity</artifactId>
<!-- <version>11.2.0.3</version>--> <version>11.2.0.3</version>
<!-- </dependency>--> </dependency>
<!--<dependency>--> <!--<dependency>-->
<!--<groupId>org.apache.kafka</groupId>--> <!--<groupId>org.apache.kafka</groupId>-->
<!--<artifactId>kafka-streams</artifactId>--> <!--<artifactId>kafka-streams</artifactId>-->
<!--</dependency>--> <!--</dependency>-->
<!--<dependency>--> <!--<dependency>-->
<!--<groupId>org.springframework.kafka</groupId>--> <!--<groupId>org.springframework.kafka</groupId>-->
<!--<artifactId>spring-kafka</artifactId>--> <!--<artifactId>spring-kafka</artifactId>-->
<!--</dependency>--> <!--</dependency>-->
<dependency> <dependency>
<groupId>com.oracle</groupId> <groupId>com.oracle</groupId>
<artifactId>ojdbc7</artifactId> <artifactId>ojdbc7</artifactId>
<!-- <scope>system</scope>--> <!-- <scope>system</scope>-->
<!-- <systemPath>${project.basedir}/lib/ojdbc7.jar</systemPath>--> <!-- <systemPath>${project.basedir}/lib/ojdbc7.jar</systemPath>-->
<version>1.0</version> <version>1.0</version>
</dependency> </dependency>
<dependency> <dependency>
...@@ -125,9 +125,9 @@ ...@@ -125,9 +125,9 @@
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<!--<dependency>--> <!--<dependency>-->
<!--<groupId>org.springframework.boot</groupId>--> <!--<groupId>org.springframework.boot</groupId>-->
<!--<artifactId>spring-boot-configuration-processor</artifactId>--> <!--<artifactId>spring-boot-configuration-processor</artifactId>-->
<!--<optional>true</optional>--> <!--<optional>true</optional>-->
<!--</dependency>--> <!--</dependency>-->
<dependency> <dependency>
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>
...@@ -248,29 +248,29 @@ ...@@ -248,29 +248,29 @@
<build> <build>
<plugins> <plugins>
<!--<plugin>--> <!--<plugin>-->
<!--<groupId>org.asciidoctor</groupId>--> <!--<groupId>org.asciidoctor</groupId>-->
<!--<artifactId>asciidoctor-maven-plugin</artifactId>--> <!--<artifactId>asciidoctor-maven-plugin</artifactId>-->
<!--<version>1.5.3</version>--> <!--<version>1.5.3</version>-->
<!--<executions>--> <!--<executions>-->
<!--<execution>--> <!--<execution>-->
<!--<id>generate-docs</id>--> <!--<id>generate-docs</id>-->
<!--<phase>prepare-package</phase>--> <!--<phase>prepare-package</phase>-->
<!--<goals>--> <!--<goals>-->
<!--<goal>process-asciidoc</goal>--> <!--<goal>process-asciidoc</goal>-->
<!--</goals>--> <!--</goals>-->
<!--<configuration>--> <!--<configuration>-->
<!--<backend>html</backend>--> <!--<backend>html</backend>-->
<!--<doctype>book</doctype>--> <!--<doctype>book</doctype>-->
<!--</configuration>--> <!--</configuration>-->
<!--</execution>--> <!--</execution>-->
<!--</executions>--> <!--</executions>-->
<!--<dependencies>--> <!--<dependencies>-->
<!--<dependency>--> <!--<dependency>-->
<!--<groupId>org.springframework.restdocs</groupId>--> <!--<groupId>org.springframework.restdocs</groupId>-->
<!--<artifactId>spring-restdocs-asciidoctor</artifactId>--> <!--<artifactId>spring-restdocs-asciidoctor</artifactId>-->
<!--<version>${spring-restdocs.version}</version>--> <!--<version>${spring-restdocs.version}</version>-->
<!--</dependency>--> <!--</dependency>-->
<!--</dependencies>--> <!--</dependencies>-->
<!--</plugin>--> <!--</plugin>-->
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment