File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" UTF-8" ?><project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
24<modelVersion >4.0.0</modelVersion >
35<groupId >org.springframework.boot</groupId >
46<artifactId >spring-boot-dependencies</artifactId >
5153<assertj .version>2.6.0</assertj .version>
5254<atomikos .version>3.9.3</atomikos .version>
5355<bitronix .version>2.1.4</bitronix .version>
56+ <byte-buddy .version>1.6.0</byte-buddy .version>
5457<caffeine .version>2.3.5</caffeine .version>
5558<cassandra-driver .version>3.1.3</cassandra-driver .version>
5659<classmate .version>1.3.3</classmate .version>
953956<artifactId >mysql-connector-java</artifactId >
954957<version >${mysql.version} </version >
955958</dependency >
959+ <dependency >
960+ <groupId >net.bytebuddy</groupId >
961+ <artifactId >byte-buddy</artifactId >
962+ <version >${byte-buddy.version} </version >
963+ </dependency >
956964<dependency >
957965<groupId >net.java.dev.jna</groupId >
958966<artifactId >jna</artifactId >
25612569<id >integration-test</id >
25622570</profile >
25632571</profiles >
2564- </project >
2572+ </project >
You can’t perform that action at this time.
0 commit comments