Skip to content

Instantly share code, notes, and snippets.

View modeseven's full-sized avatar
🍖
grumble grumble

modeseven

🍖
grumble grumble
View GitHub Profile
import React from 'react';
import { Box, Avatar, Typography, Stack, Chip, Select, MenuItem, FormControl } from '@mui/material';
import { Description as DescriptionIcon } from '@mui/icons-material';
interface SampleFormHeaderProps {
title?: string;
subtitle?: string;
formCode?: string;
trxId?: string;
}
// app/mock-response/[code]/route.ts
import { NextRequest, NextResponse } from 'next/server'
// Configure edge runtime
export const runtime = 'edge'
// Mock responses stored in memory - update these as needed
const mockResponses: Record<string, any> = {
PEED: {
status: 'success',
To make the Quarkus dependency tree command verbose, you can pass additional parameters to the Maven wrapper command. Try using:
```
./mvnw quarkus:dependency-tree -Dquarkus.dependency-tree.verbose=true
```
This will show you more detailed information including potentially conflicting dependencies and why they might be excluded.
If you specifically want to see information about log4j dependencies, you can add a focus parameter: