File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed
cli/src/main/java/com/redhat/hacbs/cli/driver Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 3
3
import jakarta .enterprise .context .control .ActivateRequestContext ;
4
4
import jakarta .inject .Inject ;
5
5
6
+ import org .jboss .pnc .api .konfluxbuilddriver .dto .CancelRequest ;
6
7
import org .jboss .pnc .konfluxbuilddriver .Driver ;
7
- import org .jboss .pnc .konfluxbuilddriver .dto .CancelRequest ;
8
8
import org .slf4j .Logger ;
9
9
import org .slf4j .LoggerFactory ;
10
10
Original file line number Diff line number Diff line change 3
3
import jakarta .enterprise .context .control .ActivateRequestContext ;
4
4
import jakarta .inject .Inject ;
5
5
6
+ import org .jboss .pnc .api .konfluxbuilddriver .dto .BuildRequest ;
7
+ import org .jboss .pnc .api .konfluxbuilddriver .dto .BuildResponse ;
6
8
import org .jboss .pnc .konfluxbuilddriver .Driver ;
7
- import org .jboss .pnc .konfluxbuilddriver .dto .BuildRequest ;
8
- import org .jboss .pnc .konfluxbuilddriver .dto .BuildResponse ;
9
9
import org .slf4j .Logger ;
10
10
import org .slf4j .LoggerFactory ;
11
11
Original file line number Diff line number Diff line change 204
204
<artifactId >konflux-build-driver</artifactId >
205
205
<version >1.0.0-SNAPSHOT</version >
206
206
</dependency >
207
+ <dependency >
208
+ <groupId >org.jboss.pnc</groupId >
209
+ <artifactId >pnc-api</artifactId >
210
+ <version >3.0.6-SNAPSHOT</version >
211
+ </dependency >
207
212
208
213
<dependency >
209
214
<groupId >org.apache.maven.release</groupId >
401
406
</build >
402
407
403
408
<repositories >
409
+ <!-- Other PNC code doesn't deploy to Sonatype Snapshots -->
410
+ <repository >
411
+ <id >jboss-snapshots-repository</id >
412
+ <name >JBoss Snapshots Repository</name >
413
+ <url >https://repository.jboss.org/nexus/content/repositories/snapshots</url >
414
+ <releases >
415
+ <enabled >false</enabled >
416
+ </releases >
417
+ <snapshots >
418
+ <enabled >true</enabled >
419
+ </snapshots >
420
+ </repository >
404
421
<repository >
405
422
<id >oss.sonatype.org-snapshot</id >
406
423
<url >https://oss.sonatype.org/content/repositories/snapshots</url >
You can’t perform that action at this time.
0 commit comments