Commit ad445ae1 authored by Martti Käärik's avatar Martti Käärik
Browse files

Upgraded OpenAPI Generator to 7.12

parent 14a49238
Loading
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -2,10 +2,6 @@
<classpath>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
	<classpathentry exported="true" kind="lib" path="openapi-generator-cli-6.3.0.jar" sourcepath="openapi-generator-cli-6.3.0-sources.jar">
		<attributes>
			<attribute name="javadoc_location" value="jar:platform:/resource/org.etsi.mts.tdl.extras.openapi.generator.wrapper/openapi-generator-cli-6.3.0-javadoc.jar!/"/>
		</attributes>
	</classpathentry>
	<classpathentry exported="true" kind="lib" path="openapi-generator-cli-7.12.0.jar"/>
	<classpathentry kind="output" path="target/classes"/>
</classpath>
+10 −593

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
bin.includes = META-INF/,\
               openapi-generator-cli-6.3.0.jar
               openapi-generator-cli-7.12.0.jar
Loading