|
9 | 9 | <!-- Arifact name and version information -->
|
10 | 10 | <groupId>net.snowflake</groupId>
|
11 | 11 | <artifactId>snowflake-ingest-sdk</artifactId>
|
12 |
| - <version>4.0.0-beta.unshaded</version> |
| 12 | + <version>3.1.2-beta.unshaded</version> |
13 | 13 | <packaging>jar</packaging>
|
14 | 14 | <name>Snowflake Ingest SDK</name>
|
15 | 15 | <description>Snowflake Ingest SDK</description>
|
|
1117 | 1117 | <ignoreNonCompile>true</ignoreNonCompile>
|
1118 | 1118 | <ignoredDependencies>
|
1119 | 1119 | <!-- We defined these as direct dependencies (as opposed to just declaring it in dependencyManagement)
|
1120 |
| - to workaround https://issues.apache.org/jira/browse/MNG-7982. Now the dependency analyzer complains that |
1121 |
| - the dependency is unused, so we ignore it here--> |
| 1120 | + to workaround https://issues.apache.org/jira/browse/MNG-7982. Now the dependency analyzer complains that |
| 1121 | + the dependency is unused, so we ignore it here--> |
1122 | 1122 | <ignoredDependency>org.apache.commons:commons-compress</ignoredDependency>
|
1123 | 1123 | <ignoredDependency>org.apache.commons:commons-configuration2</ignoredDependency>
|
1124 | 1124 | </ignoredDependencies>
|
|
1214 | 1214 | <configuration>
|
1215 | 1215 | <errorRemedy>failFast</errorRemedy>
|
1216 | 1216 | <!--
|
1217 |
| - The list of allowed licenses. If you see the build failing due to "There are some forbidden licenses used, please |
1218 |
| - check your dependencies", verify the conditions of the license and add the reference to it here. |
1219 |
| - --> |
| 1217 | + The list of allowed licenses. If you see the build failing due to "There are some forbidden licenses used, please |
| 1218 | + check your dependencies", verify the conditions of the license and add the reference to it here. |
| 1219 | + --> |
1220 | 1220 | <includedLicenses>
|
1221 | 1221 | <includedLicense>Apache License 2.0</includedLicense>
|
1222 | 1222 | <includedLicense>BSD 2-Clause License</includedLicense>
|
|
1621 | 1621 | </executions>
|
1622 | 1622 | </plugin>
|
1623 | 1623 | <!--
|
1624 |
| - Plugin executes license processing Python script, which copies third party license files into the directory |
1625 |
| - target/generated-licenses-info/META-INF/third-party-licenses, which is then included in the shaded JAR. |
1626 |
| - --> |
| 1624 | + Plugin executes license processing Python script, which copies third party license files into the directory |
| 1625 | + target/generated-licenses-info/META-INF/third-party-licenses, which is then included in the shaded JAR. |
| 1626 | + --> |
1627 | 1627 | <plugin>
|
1628 | 1628 | <groupId>org.codehaus.mojo</groupId>
|
1629 | 1629 | <artifactId>exec-maven-plugin</artifactId>
|
|
0 commit comments