|
19 | 19 | <dependency> |
20 | 20 | <groupId>io.dirigible.samples</groupId> |
21 | 21 | <artifactId>custom-stack-apis</artifactId> |
22 | | - <version>1.0.0-SNAPSHOT</version> |
23 | 22 | </dependency> |
24 | 23 | <dependency> |
25 | 24 | <groupId>io.dirigible.samples</groupId> |
26 | 25 | <artifactId>custom-stack-branding</artifactId> |
27 | | - <version>1.0.0-SNAPSHOT</version> |
28 | 26 | </dependency> |
29 | 27 | <dependency> |
30 | 28 | <groupId>uk.org.okapibarcode</groupId> |
|
67 | 65 | <groupId>org.eclipse.dirigible</groupId> |
68 | 66 | <artifactId>dirigible-components-group-engines</artifactId> |
69 | 67 | <type>pom</type> |
70 | | - <exclusions> |
71 | | - <exclusion> |
72 | | - <groupId>javax.validation</groupId> |
73 | | - <artifactId>validation-api</artifactId> |
74 | | - </exclusion> |
75 | | - <exclusion> |
76 | | - <groupId>javax.servlet</groupId> |
77 | | - <artifactId>javax.servlet-api</artifactId> |
78 | | - </exclusion> |
79 | | - <exclusion> |
80 | | - <groupId>org.apache.cxf</groupId> |
81 | | - <artifactId>cxf-rt-frontend-jaxrs</artifactId> |
82 | | - </exclusion> |
83 | | - <exclusion> |
84 | | - <groupId>org.apache.cxf</groupId> |
85 | | - <artifactId> |
86 | | - cxf-spring-boot-starter-jaxrs |
87 | | - </artifactId> |
88 | | - </exclusion> |
89 | | - </exclusions> |
90 | 68 | </dependency> |
91 | 69 | <dependency> |
92 | 70 | <groupId>org.eclipse.dirigible</groupId> |
|
137 | 115 | <artifactId>spring-boot-starter-validation</artifactId> |
138 | 116 | </dependency> |
139 | 117 |
|
140 | | - <dependency> |
141 | | - <groupId>com.codeborne</groupId> |
142 | | - <artifactId>selenide</artifactId> |
143 | | - <version>7.3.1</version> |
144 | | - <scope>test</scope> |
145 | | - </dependency> |
146 | | - |
147 | 118 | <!-- Drivers --> |
148 | 119 | <dependency> |
149 | 120 | <groupId>org.postgresql</groupId> |
|
156 | 127 | <dependency> |
157 | 128 | <groupId>com.sap.cloud.db.jdbc</groupId> |
158 | 129 | <artifactId>ngdbc</artifactId> |
159 | | - <version>${ngdbc.version}</version> |
160 | 130 | </dependency> |
161 | 131 | <dependency> |
162 | 132 | <groupId>net.snowflake</groupId> |
163 | 133 | <artifactId>snowflake-jdbc</artifactId> |
164 | | - <version>${snowflake.version}</version> |
165 | 134 | </dependency> |
166 | 135 | <dependency> |
167 | 136 | <groupId>org.eclipse.dirigible</groupId> |
168 | 137 | <artifactId>dirigible-tests-framework</artifactId> |
169 | 138 | </dependency> |
170 | | - |
171 | 139 | </dependencies> |
172 | 140 |
|
173 | 141 | <build> |
174 | | - <plugins> |
175 | | - <plugin> |
176 | | - <groupId>org.springframework.boot</groupId> |
177 | | - <artifactId>spring-boot-maven-plugin</artifactId> |
178 | | - <configuration> |
179 | | - <mainClass>io.dirigible.samples.CustomStackApplication</mainClass> |
180 | | - </configuration> |
181 | | - <executions> |
182 | | - <execution> |
183 | | - <goals> |
184 | | - <goal>repackage</goal> |
185 | | - </goals> |
186 | | - </execution> |
187 | | - </executions> |
188 | | - </plugin> |
189 | | - <plugin> |
190 | | - <groupId>pl.project13.maven</groupId> |
191 | | - <artifactId>git-commit-id-plugin</artifactId> |
192 | | - <version>${git-commit-id-plugin.version}</version> |
193 | | - <executions> |
194 | | - <execution> |
195 | | - <id>get-the-git-infos</id> |
196 | | - <goals> |
197 | | - <goal>revision</goal> |
198 | | - </goals> |
199 | | - </execution> |
200 | | - </executions> |
201 | | - <configuration> |
202 | | - <dotGitDirectory>../.git</dotGitDirectory> |
203 | | - </configuration> |
204 | | - </plugin> |
205 | | - </plugins> |
| 142 | + |
206 | 143 | <resources> |
207 | 144 | <resource> |
208 | 145 | <directory>src/main/resources</directory> |
209 | 146 | <filtering>true</filtering> |
210 | 147 | </resource> |
211 | 148 | </resources> |
| 149 | + |
| 150 | + <plugins> |
| 151 | + <plugin> |
| 152 | + <groupId>org.springframework.boot</groupId> |
| 153 | + <artifactId>spring-boot-maven-plugin</artifactId> |
| 154 | + </plugin> |
| 155 | + </plugins> |
| 156 | + |
212 | 157 | </build> |
213 | 158 |
|
214 | 159 | </project> |
0 commit comments