Skip to content

Commit

Permalink
SPARK-30496 Remove URL form module configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
alewir authored and alewir committed Jan 20, 2021
1 parent eb17a12 commit f1f397d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
3 changes: 2 additions & 1 deletion LICENSE-THIRD-PARTY.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Lists of 167 third-party dependencies.
Lists of 168 third-party dependencies.
(Eclipse Public License - v 1.0) (GNU Lesser General Public License) Logback Classic Module (ch.qos.logback:logback-classic:1.2.3 - http://logback.qos.ch/logback-classic)
(Eclipse Public License - v 1.0) (GNU Lesser General Public License) Logback Core Module (ch.qos.logback:logback-core:1.2.3 - http://logback.qos.ch/logback-core)
(The Apache License, Version 2.0) spock-reports (com.athaydes:spock-reports:1.7.1 - https://github.com/renatoathaydes/spock-reports)
Expand Down Expand Up @@ -82,6 +82,7 @@ Lists of 167 third-party dependencies.
(Apache License 2.0) TagSoup (org.ccil.cowan.tagsoup:tagsoup:1.2.1 - http://home.ccil.org/~cowan/XML/tagsoup/)
(The MIT License) Checker Qual (org.checkerframework:checker-qual:3.5.0 - https://checkerframework.org)
(The Apache Software License, Version 2.0) Apache Groovy (org.codehaus.groovy:groovy:2.5.13 - https://groovy-lang.org)
(The Apache Software License, Version 2.0) Apache Groovy (org.codehaus.groovy:groovy:2.5.14 - https://groovy-lang.org)
(The Apache Software License, Version 2.0) Apache Groovy (org.codehaus.groovy:groovy-json:2.5.13 - https://groovy-lang.org)
(The Apache Software License, Version 2.0) Apache Groovy (org.codehaus.groovy:groovy-macro:2.5.13 - https://groovy-lang.org)
(The Apache Software License, Version 2.0) Apache Groovy (org.codehaus.groovy:groovy-nio:2.5.13 - https://groovy-lang.org)
Expand Down
2 changes: 0 additions & 2 deletions appstore-metadata-service-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<groovy-version>2.5.14</groovy-version>
<allure-version>2.13.6</allure-version>
<skipFTs>true</skipFTs>
<dev-depl-url/>
<db.schema>appstore_metadata_service</db.schema>
</properties>

Expand All @@ -37,7 +36,6 @@
<maven-surefire-version>${maven-test-plugins-version}</maven-surefire-version>
<skipUTs>true</skipUTs>
<skipFTs>false</skipFTs>
<dev-depl-url>appstore-metadata-service.dac.appdev.io</dev-depl-url>
</properties>
</profile>
</profiles>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

package com.lgi.appstore.metadata.test

import com.lgi.appstore.metadata.test.AsmsIntegrationSpecBase
import com.lgi.appstore.metadata.test.framework.ITCaseContext
import com.lgi.appstore.metadata.test.framework.TestSession
import org.junit.jupiter.api.extension.ExtendWith
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

package com.lgi.appstore.metadata.test

import com.lgi.appstore.metadata.test.AsmsIntegrationSpecBase
import com.lgi.appstore.metadata.test.framework.ITCaseContext
import com.lgi.appstore.metadata.test.framework.TestSession
import org.junit.jupiter.api.extension.ExtendWith
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@
CDDL/GPLv2+CE|${line.separator}
Eclipse Public License 1.0|${line.separator}
Eclipse Public License - v 1.0|${line.separator}
Eclipse Public License, Version 1.0|${line.separator}
Eclipse Public License v2.0|${line.separator}
EDL 1.0|${line.separator}
Eclipse Distribution License - v 1.0|${line.separator}
GPL2 w/ CPE|${line.separator}
MIT|${line.separator}
MIT License|${line.separator}
The MIT License|${line.separator}
The MIT License (MIT)|${line.separator}
Eclipse Public License, Version 1.0
The MIT License (MIT)
</license.includedLicenses>
</properties>

Expand Down

0 comments on commit f1f397d

Please sign in to comment.