Skip to content

Commit

Permalink
Merge branch 'using-react' into work/using-react-with-bootstrap4
Browse files Browse the repository at this point in the history
  • Loading branch information
steinarb committed Feb 12, 2024
2 parents 24fedcd + f6b9978 commit 0768721
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xml:space="preserve">

<!-- Copyright 2016-2023 Steinar Bang -->
<!-- Copyright 2016-2024 Steinar Bang -->
<!-- -->
<!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
<!-- you may not use this file except in compliance with the License. -->
Expand All @@ -17,7 +17,7 @@
<parent>
<groupId>no.priv.bang.pom</groupId>
<artifactId>bang-authservice-client-pom</artifactId>
<version>1.1.44</version>
<version>1.1.45</version>
</parent>
<groupId>no.priv.bang.ukelonn</groupId>
<artifactId>ukelonn</artifactId>
Expand Down Expand Up @@ -97,6 +97,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-bom</artifactId>
<version>${shiro.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>no.priv.bang.osgiservice</groupId>
<artifactId>osgiservice-bom</artifactId>
Expand Down

0 comments on commit 0768721

Please sign in to comment.