| 
									
										
										
										
											2022-06-06 11:22:43 +05:30
										 |  |  | <?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"> | 
					
						
							|  |  |  |     <parent> | 
					
						
							|  |  |  |         <artifactId>openmetadata-clients</artifactId> | 
					
						
							| 
									
										
										
										
											2022-06-28 11:10:07 +05:30
										 |  |  |         <groupId>org.open-metadata</groupId> | 
					
						
							| 
									
										
										
										
											2022-12-27 20:15:46 +05:30
										 |  |  |         <version>0.13.2-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2022-06-06 11:22:43 +05:30
										 |  |  |     </parent> | 
					
						
							|  |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <artifactId>openmetadata-java-client</artifactId> | 
					
						
							|  |  |  |     <properties> | 
					
						
							|  |  |  |         <java.version>11</java.version> | 
					
						
							|  |  |  |         <maven.compiler.source>${java.version}</maven.compiler.source> | 
					
						
							|  |  |  |         <maven.compiler.target>${java.version}</maven.compiler.target> | 
					
						
							|  |  |  |         <springfox-version>2.7.0</springfox-version> | 
					
						
							| 
									
										
										
										
											2022-12-30 15:20:44 -08:00
										 |  |  |         <!-- Upgrading this causes issues --> | 
					
						
							| 
									
										
										
										
											2022-11-15 15:54:08 +05:30
										 |  |  |         <feign-version>9.7.0</feign-version> | 
					
						
							| 
									
										
										
										
											2022-06-06 11:22:43 +05:30
										 |  |  |     </properties> | 
					
						
							|  |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2022-06-28 11:10:07 +05:30
										 |  |  |             <groupId>org.open-metadata</groupId> | 
					
						
							| 
									
										
										
										
											2022-09-14 23:14:02 -07:00
										 |  |  |             <artifactId>openmetadata-spec</artifactId> | 
					
						
							| 
									
										
										
										
											2022-08-15 11:05:49 +05:30
										 |  |  |             <version>${project.version}</version> | 
					
						
							| 
									
										
										
										
											2022-06-06 11:22:43 +05:30
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>io.swagger</groupId> | 
					
						
							|  |  |  |             <artifactId>swagger-codegen-maven-plugin</artifactId> | 
					
						
							|  |  |  |             <version>3.0.0-rc1</version> | 
					
						
							| 
									
										
										
										
											2022-08-02 17:32:14 +05:30
										 |  |  |             <exclusions> | 
					
						
							|  |  |  |                 <exclusion> | 
					
						
							|  |  |  |                     <groupId>org.slf4j</groupId> | 
					
						
							|  |  |  |                     <artifactId>slf4j-ext</artifactId> | 
					
						
							|  |  |  |                 </exclusion> | 
					
						
							|  |  |  |             </exclusions> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.slf4j</groupId> | 
					
						
							|  |  |  |             <artifactId>slf4j-ext</artifactId> | 
					
						
							| 
									
										
										
										
											2022-12-30 15:20:44 -08:00
										 |  |  |             <version>2.0.6</version> | 
					
						
							| 
									
										
										
										
											2022-06-06 11:22:43 +05:30
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.github.joschi.jackson</groupId> | 
					
						
							|  |  |  |             <artifactId>jackson-datatype-threetenbp</artifactId> | 
					
						
							| 
									
										
										
										
											2022-12-30 15:20:44 -08:00
										 |  |  |             <!-- Upgrading this causes failure--> | 
					
						
							| 
									
										
										
										
											2022-06-06 11:22:43 +05:30
										 |  |  |             <version>2.6.4</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.apache.oltu.oauth2</groupId> | 
					
						
							|  |  |  |             <artifactId>org.apache.oltu.oauth2.client</artifactId> | 
					
						
							|  |  |  |             <version>1.0.2</version> | 
					
						
							| 
									
										
										
										
											2022-10-27 16:21:30 +02:00
										 |  |  |             <exclusions> | 
					
						
							|  |  |  |                 <exclusion> | 
					
						
							|  |  |  |                     <groupId>com.fasterxml.jackson.dataformat</groupId> | 
					
						
							|  |  |  |                     <artifactId>jackson-dataformat-cbor</artifactId> | 
					
						
							|  |  |  |                 </exclusion> | 
					
						
							|  |  |  |             </exclusions> | 
					
						
							| 
									
										
										
										
											2022-06-06 11:22:43 +05:30
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <!-- FEIGN DEPENDENCY--> | 
					
						
							| 
									
										
										
										
											2022-10-04 09:30:05 -07:00
										 |  |  |         <!-- Required dependency --> | 
					
						
							| 
									
										
										
										
											2022-06-06 11:22:43 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>io.github.openfeign</groupId> | 
					
						
							|  |  |  |             <artifactId>feign-jackson</artifactId> | 
					
						
							|  |  |  |             <version>${feign-version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2022-10-04 09:30:05 -07:00
										 |  |  |         <!-- Required dependency --> | 
					
						
							| 
									
										
										
										
											2022-06-06 11:22:43 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>io.github.openfeign</groupId> | 
					
						
							|  |  |  |             <artifactId>feign-slf4j</artifactId> | 
					
						
							|  |  |  |             <version>${feign-version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>io.github.openfeign</groupId> | 
					
						
							|  |  |  |             <artifactId>feign-core</artifactId> | 
					
						
							|  |  |  |             <version>${feign-version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2022-10-04 09:30:05 -07:00
										 |  |  |         <!-- Required dependency --> | 
					
						
							| 
									
										
										
										
											2022-06-06 11:22:43 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>io.github.openfeign.form</groupId> | 
					
						
							|  |  |  |             <artifactId>feign-form</artifactId> | 
					
						
							| 
									
										
										
										
											2022-12-30 15:20:44 -08:00
										 |  |  |             <version>3.8.0</version> | 
					
						
							| 
									
										
										
										
											2022-06-06 11:22:43 +05:30
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.google.auth</groupId> | 
					
						
							|  |  |  |             <artifactId>google-auth-library-oauth2-http</artifactId> | 
					
						
							| 
									
										
										
										
											2022-12-30 15:20:44 -08:00
										 |  |  |             <version>1.14.0</version> | 
					
						
							| 
									
										
										
										
											2022-06-06 11:22:43 +05:30
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2022-06-13 17:15:19 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.microsoft.azure</groupId> | 
					
						
							|  |  |  |             <artifactId>msal4j</artifactId> | 
					
						
							| 
									
										
										
										
											2022-12-30 15:20:44 -08:00
										 |  |  |             <version>1.13.3</version> | 
					
						
							| 
									
										
										
										
											2022-06-13 17:15:19 +05:30
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2022-06-30 18:59:05 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>io.github.openfeign</groupId> | 
					
						
							|  |  |  |             <artifactId>feign-okhttp</artifactId> | 
					
						
							| 
									
										
										
										
											2022-12-30 15:20:44 -08:00
										 |  |  |             <version>12.1</version> | 
					
						
							| 
									
										
										
										
											2022-06-30 18:59:05 +05:30
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2022-08-15 11:05:49 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.projectlombok</groupId> | 
					
						
							|  |  |  |             <artifactId>lombok</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2022-06-06 11:22:43 +05:30
										 |  |  |         <!-- TEST --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>junit</groupId> | 
					
						
							|  |  |  |             <artifactId>junit</artifactId> | 
					
						
							|  |  |  |             <version>4.13.2</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2022-10-27 16:21:30 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |         <!-- Avoid security issue https://security.snyk.io/vuln/SNYK-JAVA-ORGJSON-2841369 --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.json</groupId> | 
					
						
							|  |  |  |             <artifactId>json</artifactId> | 
					
						
							|  |  |  |             <version>20220924</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <!-- avoid security issue https://security.snyk.io/vuln/SNYK-JAVA-ORGMOZILLA-1314295 --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.mozilla</groupId> | 
					
						
							|  |  |  |             <artifactId>rhino</artifactId> | 
					
						
							|  |  |  |             <version>1.7.14</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2022-06-06 11:22:43 +05:30
										 |  |  |     </dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-01-03 11:18:29 +05:30
										 |  |  |     <profiles> | 
					
						
							|  |  |  |         <profile> | 
					
						
							|  |  |  |             <id>release</id> | 
					
						
							|  |  |  |             <build> | 
					
						
							|  |  |  |                 <plugins> | 
					
						
							|  |  |  |                     <plugin> | 
					
						
							|  |  |  |                         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                         <artifactId>maven-source-plugin</artifactId> | 
					
						
							|  |  |  |                         <version>${maven-source-plugin.version}</version> | 
					
						
							|  |  |  |                         <executions> | 
					
						
							|  |  |  |                             <execution> | 
					
						
							|  |  |  |                                 <id>attach-sources</id> | 
					
						
							|  |  |  |                                 <goals> | 
					
						
							|  |  |  |                                     <goal>jar-no-fork</goal> | 
					
						
							|  |  |  |                                 </goals> | 
					
						
							|  |  |  |                             </execution> | 
					
						
							|  |  |  |                         </executions> | 
					
						
							|  |  |  |                     </plugin> | 
					
						
							|  |  |  |                     <plugin> | 
					
						
							|  |  |  |                         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                         <artifactId>maven-javadoc-plugin</artifactId> | 
					
						
							|  |  |  |                         <version>${maven-javadoc-plugin.version}</version> | 
					
						
							|  |  |  |                         <configuration> | 
					
						
							|  |  |  |                             <doclint>none</doclint> | 
					
						
							|  |  |  |                         </configuration> | 
					
						
							|  |  |  |                         <executions> | 
					
						
							|  |  |  |                             <execution> | 
					
						
							|  |  |  |                                 <id>attach-javadocs</id> | 
					
						
							|  |  |  |                                 <goals> | 
					
						
							|  |  |  |                                     <goal>jar</goal> | 
					
						
							|  |  |  |                                 </goals> | 
					
						
							|  |  |  |                             </execution> | 
					
						
							|  |  |  |                         </executions> | 
					
						
							|  |  |  |                     </plugin> | 
					
						
							|  |  |  |                     <plugin> | 
					
						
							|  |  |  |                         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                         <artifactId>maven-gpg-plugin</artifactId> | 
					
						
							|  |  |  |                         <version>3.0.1</version> | 
					
						
							|  |  |  |                         <executions> | 
					
						
							|  |  |  |                             <execution> | 
					
						
							|  |  |  |                                 <id>sign-artifacts</id> | 
					
						
							|  |  |  |                                 <phase>verify</phase> | 
					
						
							|  |  |  |                                 <goals> | 
					
						
							|  |  |  |                                     <goal>sign</goal> | 
					
						
							|  |  |  |                                 </goals> | 
					
						
							|  |  |  |                                 <configuration> | 
					
						
							|  |  |  |                                     <gpgArguments> | 
					
						
							|  |  |  |                                         <arg>--pinentry-mode</arg> | 
					
						
							|  |  |  |                                         <arg>loopback</arg> | 
					
						
							|  |  |  |                                     </gpgArguments> | 
					
						
							|  |  |  |                                 </configuration> | 
					
						
							|  |  |  |                             </execution> | 
					
						
							|  |  |  |                         </executions> | 
					
						
							|  |  |  |                     </plugin> | 
					
						
							|  |  |  |                 </plugins> | 
					
						
							|  |  |  |             </build> | 
					
						
							|  |  |  |         </profile> | 
					
						
							|  |  |  |     </profiles> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-06 11:22:43 +05:30
										 |  |  |     <build> | 
					
						
							|  |  |  |         <plugins> | 
					
						
							| 
									
										
										
										
											2022-10-04 09:30:05 -07:00
										 |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                 <artifactId>maven-dependency-plugin</artifactId> | 
					
						
							|  |  |  |                 <executions> | 
					
						
							|  |  |  |                     <execution> | 
					
						
							|  |  |  |                         <id>analyze</id> | 
					
						
							|  |  |  |                         <goals> | 
					
						
							|  |  |  |                             <goal>analyze-only</goal> | 
					
						
							|  |  |  |                         </goals> | 
					
						
							|  |  |  |                         <configuration> | 
					
						
							|  |  |  |                             <ignoredDependencies> | 
					
						
							|  |  |  |                                 <ignoredDependency>org.projectlombok:lombok</ignoredDependency> | 
					
						
							|  |  |  |                             </ignoredDependencies> | 
					
						
							|  |  |  |                         </configuration> | 
					
						
							|  |  |  |                     </execution> | 
					
						
							|  |  |  |                 </executions> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							| 
									
										
										
										
											2022-06-06 11:22:43 +05:30
										 |  |  |             <!--Reformat Code to comply with Google Java Style --> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>com.theoryinpractise</groupId> | 
					
						
							|  |  |  |                 <artifactId>googleformatter-maven-plugin</artifactId> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                 <artifactId>maven-source-plugin</artifactId> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.codehaus.mojo</groupId> | 
					
						
							|  |  |  |                 <artifactId>buildnumber-maven-plugin</artifactId> | 
					
						
							|  |  |  |                 <version>1.4</version> | 
					
						
							|  |  |  |                 <configuration> | 
					
						
							|  |  |  |                     <doCheck>false</doCheck> | 
					
						
							|  |  |  |                     <doUpdate>false</doUpdate> | 
					
						
							|  |  |  |                     <outputDirectory>${project.build.directory}/classes/catalog</outputDirectory> | 
					
						
							|  |  |  |                     <outputName>VERSION</outputName> | 
					
						
							|  |  |  |                 </configuration> | 
					
						
							|  |  |  |                 <executions> | 
					
						
							|  |  |  |                     <execution> | 
					
						
							|  |  |  |                         <phase>generate-resources</phase> | 
					
						
							|  |  |  |                         <goals> | 
					
						
							|  |  |  |                             <goal>create-metadata</goal> | 
					
						
							|  |  |  |                         </goals> | 
					
						
							|  |  |  |                     </execution> | 
					
						
							|  |  |  |                 </executions> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>io.swagger.codegen.v3</groupId> | 
					
						
							|  |  |  |                 <artifactId>swagger-codegen-maven-plugin</artifactId> | 
					
						
							|  |  |  |                 <version>3.0.16</version> | 
					
						
							| 
									
										
										
										
											2022-07-06 13:06:49 +05:30
										 |  |  |                 <dependencies> | 
					
						
							|  |  |  |                     <dependency> | 
					
						
							|  |  |  |                         <groupId>com.github.jknack</groupId> | 
					
						
							|  |  |  |                         <artifactId>handlebars</artifactId> | 
					
						
							| 
									
										
										
										
											2022-12-30 15:20:44 -08:00
										 |  |  |                         <version>4.3.1</version> | 
					
						
							| 
									
										
										
										
											2022-07-06 13:06:49 +05:30
										 |  |  |                     </dependency> | 
					
						
							|  |  |  |                 </dependencies> | 
					
						
							| 
									
										
										
										
											2022-06-06 11:22:43 +05:30
										 |  |  |                 <executions> | 
					
						
							|  |  |  |                     <execution> | 
					
						
							|  |  |  |                         <goals> | 
					
						
							|  |  |  |                             <goal>generate</goal> | 
					
						
							|  |  |  |                         </goals> | 
					
						
							|  |  |  |                         <configuration> | 
					
						
							| 
									
										
										
										
											2022-09-14 23:14:02 -07:00
										 |  |  |                             <inputSpec>${project.basedir}/../../openmetadata-service/target/classes/assets/swagger.yaml</inputSpec> | 
					
						
							| 
									
										
										
										
											2022-06-06 11:22:43 +05:30
										 |  |  |                             <language>java</language> | 
					
						
							|  |  |  |                             <library>feign</library> | 
					
						
							|  |  |  |                             <generateApiTests>true</generateApiTests> | 
					
						
							|  |  |  |                             <generateModelTests>true</generateModelTests> | 
					
						
							| 
									
										
										
										
											2022-08-15 11:05:49 +05:30
										 |  |  |                             <apiPackage>org.openmetadata.client.api</apiPackage> | 
					
						
							|  |  |  |                             <modelPackage>org.openmetadata.client.model</modelPackage> | 
					
						
							| 
									
										
										
										
											2022-06-06 11:22:43 +05:30
										 |  |  |                             <configOptions> | 
					
						
							|  |  |  |                                 <generateForOpenFeign>true</generateForOpenFeign> | 
					
						
							|  |  |  |                                 <sourceFolder>src/main/java/</sourceFolder> | 
					
						
							|  |  |  |                             </configOptions> | 
					
						
							|  |  |  |                             <output>${project.build.directory}/generated-sources/swagger | 
					
						
							|  |  |  |                             </output> | 
					
						
							|  |  |  |                         </configuration> | 
					
						
							|  |  |  |                     </execution> | 
					
						
							|  |  |  |                 </executions> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |         </plugins> | 
					
						
							|  |  |  |     </build> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </project> |