Skip to content

Commit

Permalink
build/pom: using sqldump-core (0.11-SNAPSHOT)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrugz committed Jan 9, 2025
1 parent 660be48 commit 2420fcd
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@

<dependency>
<groupId>org.bitbucket.tbrugz</groupId>
<artifactId>sqldump</artifactId>
<artifactId>sqldump-core</artifactId>
<version>${sqldump.version}</version>
<scope>runtime</scope>
<exclusions>
Expand Down
6 changes: 2 additions & 4 deletions demo/qon-demo-anydb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<scope>runtime</scope>
</dependency>

<!--
<dependency>
<groupId>org.bitbucket.tbrugz</groupId>
<artifactId>sqldump</artifactId>
Expand All @@ -72,12 +73,9 @@
<groupId>org.bitbucket.tbrugz</groupId>
<artifactId>kmlutils</artifactId>
</exclusion>
<!--<exclusion>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</exclusion>-->
</exclusions>
</dependency>
-->
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-web</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions demo/qon-demo-dbn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
<version>${project.parent.version}</version>
<scope>runtime</scope>
</dependency>
<!--
<dependency>
<groupId>org.bitbucket.tbrugz</groupId>
<artifactId>sqldump</artifactId>
Expand All @@ -88,6 +89,7 @@
</exclusion>
</exclusions>
</dependency>
-->
<dependency>
<groupId>org.bitbucket.tbrugz</groupId>
<artifactId>qon-graphql</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions demo/qon-demo-minimal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
<scope>runtime</scope>
</dependency>

<!--
<dependency>
<groupId>org.bitbucket.tbrugz</groupId>
<artifactId>sqldump</artifactId>
Expand All @@ -103,6 +104,7 @@
</exclusion>
</exclusions>
</dependency>
-->
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-web</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions demo/qon-demo-pg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<scope>runtime</scope>
</dependency>

<!--
<dependency>
<groupId>org.bitbucket.tbrugz</groupId>
<artifactId>sqldump</artifactId>
Expand All @@ -77,6 +78,7 @@
</exclusion>
</exclusions>
</dependency>
-->
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-web</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions demo/qon-demo-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
<version>${project.version}</version>
</dependency>

<!--
<dependency>
<groupId>org.bitbucket.tbrugz</groupId>
<artifactId>sqldump</artifactId>
Expand All @@ -104,6 +105,7 @@
</exclusion>
</exclusions>
</dependency>
-->

<!-- https://shiro.apache.org/spring-boot.html -->
<!--<dependency>
Expand Down
12 changes: 9 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<maven-enforcer-plugin.requireMavenVersion>3.2.5</maven-enforcer-plugin.requireMavenVersion>

<!-- <queryon.version>${project.version}</queryon.version> -->
<sqldump.version>0.10</sqldump.version>
<sqldump.version>0.11-SNAPSHOT</sqldump.version>
<kmlutils.version>0.5.6</kmlutils.version>

<servlet-api.version>3.1.0</servlet-api.version>
Expand Down Expand Up @@ -76,7 +76,7 @@
<derby.version>10.12.1.1</derby.version>
<sqlite.version>3.36.0.3</sqlite.version>

<buildnumber-maven-plugin.version>3.0.0</buildnumber-maven-plugin.version>
<buildnumber-maven-plugin.version>3.1.0</buildnumber-maven-plugin.version>

<checkstyle.version>2.10</checkstyle.version>
<cobertura.version>2.5.2</cobertura.version>
Expand Down Expand Up @@ -450,7 +450,7 @@
<dependencies>
<dependency>
<groupId>org.bitbucket.tbrugz</groupId>
<artifactId>sqldump</artifactId>
<artifactId>sqldump-core</artifactId>
<version>${sqldump.version}</version>
<scope>compile</scope>
<exclusions>
Expand All @@ -476,6 +476,12 @@
</exclusion>-->
</exclusions>
</dependency>
<dependency>
<groupId>org.bitbucket.tbrugz</groupId>
<artifactId>sqldump-graphml</artifactId>
<version>${sqldump.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<!-- also as transitive dependency from sqldump -->
<groupId>commons-logging</groupId>
Expand Down

0 comments on commit 2420fcd

Please sign in to comment.