Make api with jaxb
Change-Id: Ic0ac5ce212fac17583699868709b67a701231755
This commit is contained in:
parent
5545b67ebd
commit
82434f46a3
38 changed files with 583 additions and 422 deletions
12
pom.xml
12
pom.xml
|
@ -10,6 +10,7 @@
|
|||
<module>mockserver-client</module>
|
||||
<module>mockserver</module>
|
||||
<module>mockserver-tests</module>
|
||||
<module>mockserver-api</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
|
@ -22,6 +23,7 @@
|
|||
<commons-lang3.version>3.3.2</commons-lang3.version>
|
||||
<slf4j-api.version>1.7.7</slf4j-api.version>
|
||||
<logback-classic.version>1.0.13</logback-classic.version>
|
||||
<lombok.version>1.16.6</lombok.version>
|
||||
</properties>
|
||||
|
||||
<scm>
|
||||
|
@ -63,6 +65,16 @@
|
|||
<artifactId>logback-classic</artifactId>
|
||||
<version>${logback-classic.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>${lombok.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>pl.touk.mockserver</groupId>
|
||||
<artifactId>mockserver-api</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue