Skip to content

Commit aaa0603

Browse files
committed
rebuilt, added back imports
1 parent 450edae commit aaa0603

File tree

13 files changed

+1253
-1143
lines changed

13 files changed

+1253
-1143
lines changed

samples/client/petstore/scala/pom.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.swagger</groupId>
@@ -81,7 +81,8 @@
8181
</goals>
8282
<configuration>
8383
<sources>
84-
<source>src/main/java</source>
84+
<source>
85+
src/main/java</source>
8586
</sources>
8687
</configuration>
8788
</execution>
@@ -93,7 +94,8 @@
9394
</goals>
9495
<configuration>
9596
<sources>
96-
<source>src/test/java</source>
97+
<source>
98+
src/test/java</source>
9799
</sources>
98100
</configuration>
99101
</execution>
@@ -104,7 +106,8 @@
104106
<artifactId>maven-compiler-plugin</artifactId>
105107
<version>2.3.2</version>
106108
<configuration>
107-
<source>1.6</source>
109+
<source>
110+
1.6</source>
108111
<target>1.6</target>
109112
</configuration>
110113
</plugin>

0 commit comments

Comments
 (0)