Skip to content

Commit b3c2a2a

Browse files
authored
Merge pull request #31578 from phillip-kruger/devui-group-gavs
Dev UI: Upgrade to vaadin 23.3.8 and use grouped gav
2 parents e0689aa + b3645ea commit b3c2a2a

File tree

2 files changed

+5
-570
lines changed

2 files changed

+5
-570
lines changed

bom/application/pom.xml

Lines changed: 3 additions & 304 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
<importmap.version>1.0.6</importmap.version>
222222
<lit.version>2.6.1</lit.version>
223223
<lit-state.version>1.7.0</lit-state.version>
224-
<vaadin.version>23.3.7</vaadin.version>
224+
<vaadin.version>23.3.8</vaadin.version>
225225
<vaadin-router.version>1.7.4</vaadin-router.version>
226226
<wc-codemirror.version>2.1.0</wc-codemirror.version>
227227
</properties>
@@ -3218,312 +3218,11 @@
32183218
<scope>runtime</scope>
32193219
</dependency>
32203220
<dependency>
3221-
<groupId>org.mvnpm.at.vaadin</groupId>
3222-
<artifactId>accordion</artifactId>
3223-
<version>${vaadin.version}</version>
3224-
<scope>runtime</scope>
3225-
</dependency>
3226-
<dependency>
3227-
<groupId>org.mvnpm.at.vaadin</groupId>
3228-
<artifactId>avatar</artifactId>
3229-
<version>${vaadin.version}</version>
3230-
<scope>runtime</scope>
3231-
</dependency>
3232-
<dependency>
3233-
<groupId>org.mvnpm.at.vaadin</groupId>
3234-
<artifactId>horizontal-layout</artifactId>
3235-
<version>${vaadin.version}</version>
3236-
<scope>runtime</scope>
3237-
</dependency>
3238-
<dependency>
3239-
<groupId>org.mvnpm.at.vaadin</groupId>
3240-
<artifactId>button</artifactId>
3241-
<version>${vaadin.version}</version>
3242-
<scope>runtime</scope>
3243-
</dependency>
3244-
<dependency>
3245-
<groupId>org.mvnpm.at.vaadin</groupId>
3246-
<artifactId>combo-box</artifactId>
3247-
<version>${vaadin.version}</version>
3248-
<scope>runtime</scope>
3249-
</dependency>
3250-
<dependency>
3251-
<groupId>org.mvnpm.at.vaadin</groupId>
3252-
<artifactId>confirm-dialog</artifactId>
3253-
<version>${vaadin.version}</version>
3254-
<scope>runtime</scope>
3255-
</dependency>
3256-
<dependency>
3257-
<groupId>org.mvnpm.at.vaadin</groupId>
3258-
<artifactId>checkbox</artifactId>
3259-
<version>${vaadin.version}</version>
3260-
<scope>runtime</scope>
3261-
</dependency>
3262-
<dependency>
3263-
<groupId>org.mvnpm.at.vaadin</groupId>
3264-
<artifactId>checkbox-group</artifactId>
3265-
<version>${vaadin.version}</version>
3266-
<scope>runtime</scope>
3267-
</dependency>
3268-
<dependency>
3269-
<groupId>org.mvnpm.at.vaadin</groupId>
3270-
<artifactId>component-base</artifactId>
3271-
<version>${vaadin.version}</version>
3272-
<scope>runtime</scope>
3273-
</dependency>
3274-
<dependency>
3275-
<groupId>org.mvnpm.at.vaadin</groupId>
3276-
<artifactId>context-menu</artifactId>
3277-
<version>${vaadin.version}</version>
3278-
<scope>runtime</scope>
3279-
</dependency>
3280-
<dependency>
3281-
<groupId>org.mvnpm.at.vaadin</groupId>
3282-
<artifactId>custom-field</artifactId>
3283-
<version>${vaadin.version}</version>
3284-
<scope>runtime</scope>
3285-
</dependency>
3286-
<dependency>
3287-
<groupId>org.mvnpm.at.vaadin</groupId>
3288-
<artifactId>date-picker</artifactId>
3289-
<version>${vaadin.version}</version>
3290-
<scope>runtime</scope>
3291-
</dependency>
3292-
<dependency>
3293-
<groupId>org.mvnpm.at.vaadin</groupId>
3294-
<artifactId>date-time-picker</artifactId>
3295-
<version>${vaadin.version}</version>
3296-
<scope>runtime</scope>
3297-
</dependency>
3298-
<dependency>
3299-
<groupId>org.mvnpm.at.vaadin</groupId>
3300-
<artifactId>time-picker</artifactId>
3301-
<version>${vaadin.version}</version>
3302-
<scope>runtime</scope>
3303-
</dependency>
3304-
<dependency>
3305-
<groupId>org.mvnpm.at.vaadin</groupId>
3306-
<artifactId>details</artifactId>
3307-
<version>${vaadin.version}</version>
3308-
<scope>runtime</scope>
3309-
</dependency>
3310-
<dependency>
3311-
<groupId>org.mvnpm.at.vaadin</groupId>
3312-
<artifactId>dialog</artifactId>
3313-
<version>${vaadin.version}</version>
3314-
<scope>runtime</scope>
3315-
</dependency>
3316-
<dependency>
3317-
<groupId>org.mvnpm.at.vaadin</groupId>
3318-
<artifactId>email-field</artifactId>
3319-
<version>${vaadin.version}</version>
3320-
<scope>runtime</scope>
3321-
</dependency>
3322-
<dependency>
3323-
<groupId>org.mvnpm.at.vaadin</groupId>
3324-
<artifactId>password-field</artifactId>
3325-
<version>${vaadin.version}</version>
3326-
<scope>runtime</scope>
3327-
</dependency>
3328-
<dependency>
3329-
<groupId>org.mvnpm.at.vaadin</groupId>
3330-
<artifactId>number-field</artifactId>
3331-
<version>${vaadin.version}</version>
3332-
<scope>runtime</scope>
3333-
</dependency>
3334-
<dependency>
3335-
<groupId>org.mvnpm.at.vaadin</groupId>
3336-
<artifactId>integer-field</artifactId>
3337-
<version>${vaadin.version}</version>
3338-
<scope>runtime</scope>
3339-
</dependency>
3340-
<dependency>
3341-
<groupId>org.mvnpm.at.vaadin</groupId>
3342-
<artifactId>field-base</artifactId>
3343-
<version>${vaadin.version}</version>
3344-
<scope>runtime</scope>
3345-
</dependency>
3346-
<dependency>
3347-
<groupId>org.mvnpm.at.vaadin</groupId>
3348-
<artifactId>grid</artifactId>
3349-
<version>${vaadin.version}</version>
3350-
<scope>runtime</scope>
3351-
</dependency>
3352-
<dependency>
3353-
<groupId>org.mvnpm.at.vaadin</groupId>
3354-
<artifactId>input-container</artifactId>
3355-
<version>${vaadin.version}</version>
3356-
<scope>runtime</scope>
3357-
</dependency>
3358-
<dependency>
3359-
<groupId>org.mvnpm.at.vaadin</groupId>
3360-
<artifactId>item</artifactId>
3361-
<version>${vaadin.version}</version>
3362-
<scope>runtime</scope>
3363-
</dependency>
3364-
<dependency>
3365-
<groupId>org.mvnpm.at.vaadin</groupId>
3366-
<artifactId>list-box</artifactId>
3367-
<version>${vaadin.version}</version>
3368-
<scope>runtime</scope>
3369-
</dependency>
3370-
<dependency>
3371-
<groupId>org.mvnpm.at.vaadin</groupId>
3372-
<artifactId>lit-renderer</artifactId>
3373-
<version>${vaadin.version}</version>
3374-
<scope>runtime</scope>
3375-
</dependency>
3376-
<dependency>
3377-
<groupId>org.mvnpm.at.vaadin</groupId>
3378-
<artifactId>menu-bar</artifactId>
3379-
<version>${vaadin.version}</version>
3380-
<scope>runtime</scope>
3381-
</dependency>
3382-
<dependency>
3383-
<groupId>org.mvnpm.at.vaadin</groupId>
3384-
<artifactId>message-list</artifactId>
3385-
<version>${vaadin.version}</version>
3386-
<scope>runtime</scope>
3387-
</dependency>
3388-
<dependency>
3389-
<groupId>org.mvnpm.at.vaadin</groupId>
3390-
<artifactId>message-input</artifactId>
3391-
<version>${vaadin.version}</version>
3392-
<scope>runtime</scope>
3393-
</dependency>
3394-
<dependency>
3395-
<groupId>org.mvnpm.at.vaadin</groupId>
3396-
<artifactId>multi-select-combo-box</artifactId>
3397-
<version>${vaadin.version}</version>
3398-
<scope>runtime</scope>
3399-
</dependency>
3400-
<dependency>
3401-
<groupId>org.mvnpm.at.vaadin</groupId>
3402-
<artifactId>radio-group</artifactId>
3403-
<version>${vaadin.version}</version>
3404-
<scope>runtime</scope>
3405-
</dependency>
3406-
<dependency>
3407-
<groupId>org.mvnpm.at.vaadin</groupId>
3408-
<artifactId>overlay</artifactId>
3409-
<version>${vaadin.version}</version>
3410-
<scope>runtime</scope>
3411-
</dependency>
3412-
<dependency>
3413-
<groupId>org.mvnpm.at.vaadin</groupId>
3414-
<artifactId>progress-bar</artifactId>
3415-
<version>${vaadin.version}</version>
3416-
<scope>runtime</scope>
3417-
</dependency>
3418-
<dependency>
3419-
<groupId>org.mvnpm.at.vaadin</groupId>
3420-
<artifactId>split-layout</artifactId>
3421-
<version>${vaadin.version}</version>
3422-
<scope>runtime</scope>
3423-
</dependency>
3424-
<dependency>
3425-
<groupId>org.mvnpm.at.vaadin</groupId>
3426-
<artifactId>text-area</artifactId>
3427-
<version>${vaadin.version}</version>
3428-
<scope>runtime</scope>
3429-
</dependency>
3430-
<dependency>
3431-
<groupId>org.mvnpm.at.vaadin</groupId>
3432-
<artifactId>tooltip</artifactId>
3433-
<version>${vaadin.version}</version>
3434-
<scope>runtime</scope>
3435-
</dependency>
3436-
<dependency>
3437-
<groupId>org.mvnpm.at.vaadin</groupId>
3438-
<artifactId>vaadin-list-mixin</artifactId>
3439-
<version>${vaadin.version}</version>
3440-
<scope>runtime</scope>
3441-
</dependency>
3442-
<dependency>
3443-
<groupId>org.mvnpm.at.vaadin</groupId>
3444-
<artifactId>vaadin-material-styles</artifactId>
3445-
<version>${vaadin.version}</version>
3446-
<scope>runtime</scope>
3447-
</dependency>
3448-
<dependency>
3449-
<groupId>org.mvnpm.at.vaadin</groupId>
3450-
<artifactId>vaadin-themable-mixin</artifactId>
3451-
<version>${vaadin.version}</version>
3452-
<scope>runtime</scope>
3453-
</dependency>
3454-
<dependency>
3455-
<groupId>org.mvnpm.at.vaadin</groupId>
3456-
<artifactId>vertical-layout</artifactId>
3457-
<version>${vaadin.version}</version>
3458-
<scope>runtime</scope>
3459-
</dependency>
3460-
<dependency>
3461-
<groupId>org.mvnpm.at.vaadin</groupId>
3462-
<artifactId>tabs</artifactId>
3463-
<version>${vaadin.version}</version>
3464-
<scope>runtime</scope>
3465-
</dependency>
3466-
<dependency>
3467-
<groupId>org.mvnpm.at.vaadin</groupId>
3468-
<artifactId>vaadin-lumo-styles</artifactId>
3469-
<version>${vaadin.version}</version>
3470-
<scope>runtime</scope>
3471-
</dependency>
3472-
<dependency>
3473-
<groupId>org.mvnpm.at.vaadin</groupId>
3474-
<artifactId>scroller</artifactId>
3475-
<version>${vaadin.version}</version>
3476-
<scope>runtime</scope>
3477-
</dependency>
3478-
<dependency>
3479-
<groupId>org.mvnpm.at.vaadin</groupId>
3480-
<artifactId>text-field</artifactId>
3481-
<version>${vaadin.version}</version>
3482-
<scope>runtime</scope>
3483-
</dependency>
3484-
<dependency>
3485-
<groupId>org.mvnpm.at.vaadin</groupId>
3486-
<artifactId>form-layout</artifactId>
3487-
<version>${vaadin.version}</version>
3488-
<scope>runtime</scope>
3489-
</dependency>
3490-
<dependency>
3491-
<groupId>org.mvnpm.at.vaadin</groupId>
3492-
<artifactId>tabsheet</artifactId>
3493-
<version>${vaadin.version}</version>
3494-
<scope>runtime</scope>
3495-
</dependency>
3496-
<dependency>
3497-
<groupId>org.mvnpm.at.vaadin</groupId>
3498-
<artifactId>icon</artifactId>
3499-
<version>${vaadin.version}</version>
3500-
<scope>runtime</scope>
3501-
</dependency>
3502-
<dependency>
3503-
<groupId>org.mvnpm.at.vaadin</groupId>
3504-
<artifactId>select</artifactId>
3505-
<version>${vaadin.version}</version>
3506-
<scope>runtime</scope>
3507-
</dependency>
3508-
<dependency>
3509-
<groupId>org.mvnpm.at.vaadin</groupId>
3510-
<artifactId>notification</artifactId>
3511-
<version>${vaadin.version}</version>
3512-
<scope>runtime</scope>
3513-
</dependency>
3514-
<dependency>
3515-
<groupId>org.mvnpm.at.vaadin</groupId>
3516-
<artifactId>upload</artifactId>
3517-
<version>${vaadin.version}</version>
3518-
<scope>runtime</scope>
3519-
</dependency>
3520-
<dependency>
3521-
<groupId>org.mvnpm.at.vaadin</groupId>
3522-
<artifactId>virtual-list</artifactId>
3221+
<groupId>org.mvnpm</groupId>
3222+
<artifactId>vaadin-web-components</artifactId>
35233223
<version>${vaadin.version}</version>
35243224
<scope>runtime</scope>
35253225
</dependency>
3526-
35273226
<!-- Code editor -->
35283227
<dependency>
35293228
<groupId>org.mvnpm.at.vanillawc</groupId>

0 commit comments

Comments
 (0)