JAVA-26765: Update jhipster-6/bookstore-monolith to new mysql connector
This commit is contained in:
		
							parent
							
								
									ddf0c7bef8
								
							
						
					
					
						commit
						2dd443b291
					
				| @ -90,10 +90,10 @@ | |||||||
|             <groupId>io.springfox</groupId> |             <groupId>io.springfox</groupId> | ||||||
|             <artifactId>springfox-bean-validators</artifactId> |             <artifactId>springfox-bean-validators</artifactId> | ||||||
|         </dependency> |         </dependency> | ||||||
| <!--        <dependency>--> |         <!--        <dependency>--> | ||||||
| <!--            <groupId>com.mattbertolini</groupId>--> |         <!--            <groupId>com.mattbertolini</groupId>--> | ||||||
| <!--            <artifactId>liquibase-slf4j</artifactId>--> |         <!--            <artifactId>liquibase-slf4j</artifactId>--> | ||||||
| <!--        </dependency>--> |         <!--        </dependency>--> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>com.zaxxer</groupId> |             <groupId>com.zaxxer</groupId> | ||||||
|             <artifactId>HikariCP</artifactId> |             <artifactId>HikariCP</artifactId> | ||||||
| @ -107,8 +107,8 @@ | |||||||
|             <artifactId>commons-lang3</artifactId> |             <artifactId>commons-lang3</artifactId> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>mysql</groupId> |             <groupId>com.mysql</groupId> | ||||||
|             <artifactId>mysql-connector-java</artifactId> |             <artifactId>mysql-connector-j</artifactId> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.assertj</groupId> |             <groupId>org.assertj</groupId> | ||||||
| @ -136,10 +136,10 @@ | |||||||
|             <groupId>net.logstash.logback</groupId> |             <groupId>net.logstash.logback</groupId> | ||||||
|             <artifactId>logstash-logback-encoder</artifactId> |             <artifactId>logstash-logback-encoder</artifactId> | ||||||
|         </dependency> |         </dependency> | ||||||
| <!--        <dependency>--> |         <!--        <dependency>--> | ||||||
| <!--            <groupId>org.mapstruct</groupId>--> |         <!--            <groupId>org.mapstruct</groupId>--> | ||||||
| <!--            <artifactId>mapstruct-jdk8</artifactId>--> |         <!--            <artifactId>mapstruct-jdk8</artifactId>--> | ||||||
| <!--        </dependency>--> |         <!--        </dependency>--> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.mapstruct</groupId> |             <groupId>org.mapstruct</groupId> | ||||||
|             <artifactId>mapstruct</artifactId> |             <artifactId>mapstruct</artifactId> | ||||||
| @ -423,28 +423,28 @@ | |||||||
|                     <artifactId>jib-maven-plugin</artifactId> |                     <artifactId>jib-maven-plugin</artifactId> | ||||||
|                     <version>${jib-maven-plugin.version}</version> |                     <version>${jib-maven-plugin.version}</version> | ||||||
|                     <configuration> |                     <configuration> | ||||||
|                       <from> |                         <from> | ||||||
|                           <image>openjdk:8-jre-alpine</image> |                             <image>openjdk:8-jre-alpine</image> | ||||||
|                       </from> |                         </from> | ||||||
|                       <to> |                         <to> | ||||||
|                           <image>bookstore:latest</image> |                             <image>bookstore:latest</image> | ||||||
|                       </to> |                         </to> | ||||||
|                       <container> |                         <container> | ||||||
|                           <entrypoint> |                             <entrypoint> | ||||||
|                               <shell>sh</shell> |                                 <shell>sh</shell> | ||||||
|                               <option>-c</option> |                                 <option>-c</option> | ||||||
|                               <arg>chmod +x /entrypoint.sh && sync && /entrypoint.sh</arg> |                                 <arg>chmod +x /entrypoint.sh && sync && /entrypoint.sh</arg> | ||||||
|                           </entrypoint> |                             </entrypoint> | ||||||
|                           <ports> |                             <ports> | ||||||
|                               <port>8080</port> |                                 <port>8080</port> | ||||||
|                           </ports> |                             </ports> | ||||||
|                           <environment> |                             <environment> | ||||||
|                               <SPRING_OUTPUT_ANSI_ENABLED>ALWAYS</SPRING_OUTPUT_ANSI_ENABLED> |                                 <SPRING_OUTPUT_ANSI_ENABLED>ALWAYS</SPRING_OUTPUT_ANSI_ENABLED> | ||||||
|                               <JHIPSTER_SLEEP>0</JHIPSTER_SLEEP> |                                 <JHIPSTER_SLEEP>0</JHIPSTER_SLEEP> | ||||||
|                           </environment> |                             </environment> | ||||||
|                           <useCurrentTimestamp>true</useCurrentTimestamp> |                             <useCurrentTimestamp>true</useCurrentTimestamp> | ||||||
|                       </container> |                         </container> | ||||||
|                   </configuration> |                     </configuration> | ||||||
|                 </plugin> |                 </plugin> | ||||||
|                 <plugin> |                 <plugin> | ||||||
|                     <groupId>org.liquibase</groupId> |                     <groupId>org.liquibase</groupId> | ||||||
| @ -1137,9 +1137,9 @@ | |||||||
|         <m2e.apt.activation>jdt_apt</m2e.apt.activation> |         <m2e.apt.activation>jdt_apt</m2e.apt.activation> | ||||||
|         <run.addResources>false</run.addResources> |         <run.addResources>false</run.addResources> | ||||||
|         <!-- These remain empty unless the corresponding profile is active --> |         <!-- These remain empty unless the corresponding profile is active --> | ||||||
|         <profile.no-liquibase /> |         <profile.no-liquibase/> | ||||||
|         <profile.swagger /> |         <profile.swagger/> | ||||||
|         <profile.tls /> |         <profile.tls/> | ||||||
| 
 | 
 | ||||||
|         <!-- Dependency versions --> |         <!-- Dependency versions --> | ||||||
|         <jhipster-dependencies.version>3.0.1</jhipster-dependencies.version> |         <jhipster-dependencies.version>3.0.1</jhipster-dependencies.version> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user