petclinic-memoizeit
Changes
pom.xml 56(+13 -43)
Details
pom.xml 56(+13 -43)
diff --git a/pom.xml b/pom.xml
index cc6dcae..09b7d39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,6 +33,13 @@
</properties>
<dependencies>
+
+<dependency>
+ <groupId>jakarta.xml.bind</groupId>
+ <artifactId>jakarta.xml.bind-api</artifactId>
+ <version>2.3.3</version>
+</dependency>
+
<!-- Spring and Spring Boot dependencies -->
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -122,6 +129,12 @@
<version>1.0</version>
</dependency>
+ <dependency>
+ <groupId>br.ufrgs.inf.prosoft.aplcache</groupId>
+ <artifactId>APLCache</artifactId>
+ <version>1.0</version>
+ </dependency>
+
</dependencies>
<build>
@@ -147,22 +160,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <version>${cobertura.version}</version>
- <configuration>
- <check />
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>clean</goal>
- <goal>check</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
<!-- Spring Boot Actuator displays build-related information if a git.properties
file is present at the classpath -->
@@ -186,33 +183,6 @@
</configuration>
</plugin> -->
- <plugin>
- <groupId>ro.isdc.wro4j</groupId>
- <artifactId>wro4j-maven-plugin</artifactId>
- <version>${wro4j.version}</version>
- <executions>
- <execution>
- <phase>generate-resources</phase>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <wroManagerFactory>ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory</wroManagerFactory>
- <cssDestinationFolder>${project.build.directory}/classes/static/resources/css</cssDestinationFolder>
- <wroFile>${basedir}/src/main/wro/wro.xml</wroFile>
- <extraConfigFile>${basedir}/src/main/wro/wro.properties</extraConfigFile>
- <contextFolder>${basedir}/src/main/less</contextFolder>
- </configuration>
- <dependencies>
- <dependency>
- <groupId>org.webjars</groupId>
- <artifactId>bootstrap</artifactId>
- <version>${webjars-bootstrap.version}</version>
- </dependency>
- </dependencies>
- </plugin>
</plugins>
</build>
<reporting>