dependabot[bot]
c96fe2e910
Bump xmlgraphics-commons from 2.3 to 2.6 in /examples/quarkus-camel
Bumps xmlgraphics-commons from 2.3 to 2.6.
---
updated-dependencies:
- dependency-name: org.apache.xmlgraphics:xmlgraphics-commons
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3年前
larsw
6c1f7cb865
Merge pull request #8 from larsw/dependabot/maven/examples/spring-framework/org.springframework-spring-core-5.3.19
Bump spring-core from 5.3.17 to 5.3.19 in /examples/spring-framework
3年前
larsw
86d200bd2c
Merge pull request #9 from larsw/dependabot/maven/examples/quarkus-camel/org.springframework-spring-core-5.3.19
Bump spring-core from 5.3.15 to 5.3.19 in /examples/quarkus-camel
3年前
larsw
d2b9512f48
Merge pull request #10 from larsw/dependabot/maven/examples/spring-framework/org.springframework-spring-webflux-5.3.18
Bump spring-webflux from 5.3.17 to 5.3.18 in /examples/spring-framework
3年前
dependabot[bot]
c2a2fbac47
Bump spring-webflux from 5.3.17 to 5.3.18 in /examples/spring-framework
Bumps [spring-webflux](https://github.com/spring-projects/spring-framework ) from 5.3.17 to 5.3.18.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.17...v5.3.18 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-webflux
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3年前
dependabot[bot]
a19a9cb23b
Bump spring-core from 5.3.15 to 5.3.19 in /examples/quarkus-camel
Bumps [spring-core](https://github.com/spring-projects/spring-framework ) from 5.3.15 to 5.3.19.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.15...v5.3.19 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3年前
dependabot[bot]
a4080e80fa
Bump spring-core from 5.3.17 to 5.3.19 in /examples/spring-framework
Bumps [spring-core](https://github.com/spring-projects/spring-framework ) from 5.3.17 to 5.3.19.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.17...v5.3.19 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3年前
larsw
445db54add
Merge pull request #7 from larsw/dependabot/maven/examples/quarkus/org.keycloak-keycloak-core-17.0.1
Bump keycloak-core from 16.1.0 to 17.0.1 in /examples/quarkus
3年前
dependabot[bot]
ebb89cf72c
Bump keycloak-core from 16.1.0 to 17.0.1 in /examples/quarkus
Bumps [keycloak-core](https://github.com/keycloak/keycloak ) from 16.1.0 to 17.0.1.
- [Release notes](https://github.com/keycloak/keycloak/releases )
- [Commits](https://github.com/keycloak/keycloak/compare/16.1.0...17.0.1 )
---
updated-dependencies:
- dependency-name: org.keycloak:keycloak-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3年前
Sindre Stephansen
f885c8b4cc
Add a master pom.xml as an entrypoint for dependabot ( #6 )
* Add a master pom.xml as an entrypoint for dependabot
* Add vulnerable log4j dependency to test dependabot
* Fix pom generation
* Moved bom files to make dependabot recognize them
* Remove dependencies from root pom.xml
* Add local poms as modules, not dependencies
* Revert "Moved bom files to make dependabot recognize them"
This reverts commit 1742e08ed2 .
* Revert "Revert "Moved bom files to make dependabot recognize them""
This reverts commit 1f17702f9b .
* Make generate_master_pom.sh executable
* Update README
* Revert "Add vulnerable log4j dependency to test dependabot"
This reverts commit 7d45af18af .
3年前
larsw
94f693a2da
Merge pull request #5 from larsw/boms/axon-4.5.12
Add BOM for Axon Framework 4.5.12
3年前
Lars Wilhelmsen
0ba2dcee33
Add BOM for Axon Framework 4.5.12
3年前
Lars Wilhelmsen
1a643887b2
Add BOM for asciidoctor related packages
3年前
larsw
112c47810f
Merge pull request #4 from larsw/fix-central-does-not-exist
Fix warning about central not existing
3年前
Sindre Stephansen
3f78c1f143
Fix warning about central not existing
3年前
Sindre Stephansen
6b4ceffb3d
Make sure the maven container doesn't have internet
3年前
larsw
8b6a8ee5eb
Merge pull request #2 from larsw/restructure
Restructure the project so the repo and sync are run together
3年前
Sindre Stephansen
60898368db
Restructure the project so the repo and sync are run together
Changes:
- There is one unified docker-compose.yml for both repo and sync
- Both containers are started together, but the maven container spins
until the repo is ready
- The repo is terminated when maven terminates
- The repo is set up at port 80 in the container, 9001 on the host
- The maven container is separated from the host network, only has
connections to the repo
3年前
larsw
1131544059
Merge pull request #1 from larsw/fix-reposilite-ports
Open reposilite ports when running it with deploy.sh
3年前
Sindre Stephansen
de8d14ba12
Open reposilite ports when running it with deploy.sh
From the docker-compose documentation https://docs.docker.com/compose/compose-file/compose-file-v3/#ports :
`docker-compose run ignores ports unless you include --service-ports.`
3年前
Lars Wilhelmsen
72e4e9bf54
v0.5: add BOMs for hibernate-types, mockito and resteasy
3年前
Lars Wilhelmsen
301dddf9e5
v0.4: fix settings.xml to use mirrors instead of repositories. Add more BOM files to examples/
3年前
Lars Wilhelmsen
82ea8e4ed6
v0.3: fix shared config setup. add quarkus BOM as example.
3年前
Lars Wilhelmsen
d7abe50730
v0.2: fixups
3年前
Lars Wilhelmsen
417d4743bd
v0.1 of maven sync setup
3年前
Lars Wilhelmsen
c7dea16ac0
Setup structure
3年前
larsw
8360663298
Initial commit
3年前