Skip to content

Commit d42235c

Browse files
fix
1 parent 70cca19 commit d42235c

File tree

1 file changed

+0
-46
lines changed

1 file changed

+0
-46
lines changed

jooq-dialect/pom.xml

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -98,50 +98,6 @@
9898

9999
<build>
100100
<plugins>
101-
<!-- <plugin>-->
102-
<!-- <groupId>org.jooq</groupId>-->
103-
<!-- <artifactId>jooq-codegen-maven</artifactId>-->
104-
<!-- <version>3.19.11</version>-->
105-
<!-- <executions>-->
106-
<!-- <execution>-->
107-
<!-- <goals>-->
108-
<!-- <goal>generate</goal>-->
109-
<!-- </goals>-->
110-
<!-- </execution>-->
111-
<!-- </executions>-->
112-
<!-- <dependencies>-->
113-
<!-- <dependency>-->
114-
<!-- <groupId>tech.ydb.dialects</groupId>-->
115-
<!-- <artifactId>jooq-ydb-dialect</artifactId>-->
116-
<!-- <version>${project.version}</version>-->
117-
<!-- </dependency>-->
118-
<!-- <dependency>-->
119-
<!-- <groupId>tech.ydb.jdbc</groupId>-->
120-
<!-- <artifactId>ydb-jdbc-driver</artifactId>-->
121-
<!-- <version>${ydb.jdbc.version}</version>-->
122-
<!-- </dependency>-->
123-
<!-- </dependencies>-->
124-
<!-- <configuration>-->
125-
<!-- <jdbc>-->
126-
<!-- <driver>tech.ydb.jdbc.YdbDriver</driver>-->
127-
<!-- <url>jdbc:ydb:grpc://localhost:2136/local</url>-->
128-
<!-- </jdbc>-->
129-
<!-- <generator>-->
130-
<!-- <strategy>-->
131-
<!-- <name>tech.ydb.jooq.codegen.YdbGeneratorStrategy</name>-->
132-
<!-- </strategy>-->
133-
<!-- <database>-->
134-
<!-- <name>tech.ydb.jooq.codegen.YdbDatabase</name>-->
135-
<!-- &lt;!&ndash; исключение системных таблицы &ndash;&gt;-->
136-
<!-- <excludes>.sys.*</excludes>-->
137-
<!-- </database>-->
138-
<!-- <target>-->
139-
<!-- <packageName>jooq.generated.ydb</packageName>-->
140-
<!-- <directory>./src/test/java</directory>-->
141-
<!-- </target>-->
142-
<!-- </generator>-->
143-
<!-- </configuration>-->
144-
<!-- </plugin>-->
145101
<plugin>
146102
<groupId>org.apache.maven.plugins</groupId>
147103
<artifactId>maven-javadoc-plugin</artifactId>
@@ -178,8 +134,6 @@
178134
<configuration>
179135
<environmentVariables>
180136
<TESTCONTAINERS_REUSE_ENABLE>true</TESTCONTAINERS_REUSE_ENABLE>
181-
<!-- <YDB_ENDPOINT>localhost:2136</YDB_ENDPOINT>-->
182-
<!-- <YDB_DATABASE>/local</YDB_DATABASE>-->
183137
</environmentVariables>
184138
</configuration>
185139
</plugin>

0 commit comments

Comments
 (0)