From dda75feeae9b4f9915cf1cf51c4c5ddcb683719d Mon Sep 17 00:00:00 2001
From: Pedro Cardona <pedropca@stud.ntnu.no>
Date: Mon, 17 Apr 2023 10:22:55 +0200
Subject: [PATCH] Some dependencies was added

---
 .idea/.gitignore                              |   8 +++++++
 .idea/compiler.xml                            |  18 ++++++++++++++++
 .idea/encodings.xml                           |   6 ++++++
 .idea/jarRepositories.xml                     |  20 ++++++++++++++++++
 .idea/misc.xml                                |  12 +++++++++++
 .idea/vcs.xml                                 |   6 ++++++
 pom.xml                                       |   8 -------
 target/classes/application.properties         |   1 +
 .../v233/SmartMat/SmartMatApplication.class   | Bin 0 -> 769 bytes
 9 files changed, 71 insertions(+), 8 deletions(-)
 create mode 100644 .idea/.gitignore
 create mode 100644 .idea/compiler.xml
 create mode 100644 .idea/encodings.xml
 create mode 100644 .idea/jarRepositories.xml
 create mode 100644 .idea/misc.xml
 create mode 100644 .idea/vcs.xml
 create mode 100644 target/classes/application.properties
 create mode 100644 target/classes/ntnu/idatt2016/v233/SmartMat/SmartMatApplication.class

diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 00000000..13566b81
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
new file mode 100644
index 00000000..fd860ebf
--- /dev/null
+++ b/.idea/compiler.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="CompilerConfiguration">
+    <annotationProcessing>
+      <profile name="Maven default annotation processors profile" enabled="true">
+        <sourceOutputDir name="target/generated-sources/annotations" />
+        <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
+        <outputRelativeToContentRoot value="true" />
+        <module name="SmartMat" />
+      </profile>
+    </annotationProcessing>
+  </component>
+  <component name="JavacSettings">
+    <option name="ADDITIONAL_OPTIONS_OVERRIDE">
+      <module name="SmartMat" options="-parameters" />
+    </option>
+  </component>
+</project>
\ No newline at end of file
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
new file mode 100644
index 00000000..63e90019
--- /dev/null
+++ b/.idea/encodings.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="Encoding">
+    <file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
+  </component>
+</project>
\ No newline at end of file
diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml
new file mode 100644
index 00000000..712ab9d9
--- /dev/null
+++ b/.idea/jarRepositories.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="RemoteRepositoriesConfiguration">
+    <remote-repository>
+      <option name="id" value="central" />
+      <option name="name" value="Central Repository" />
+      <option name="url" value="https://repo.maven.apache.org/maven2" />
+    </remote-repository>
+    <remote-repository>
+      <option name="id" value="central" />
+      <option name="name" value="Maven Central repository" />
+      <option name="url" value="https://repo1.maven.org/maven2" />
+    </remote-repository>
+    <remote-repository>
+      <option name="id" value="jboss.community" />
+      <option name="name" value="JBoss Community repository" />
+      <option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
+    </remote-repository>
+  </component>
+</project>
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 00000000..ba18a6c3
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="ExternalStorageConfigurationManager" enabled="true" />
+  <component name="MavenProjectsManager">
+    <option name="originalFiles">
+      <list>
+        <option value="$PROJECT_DIR$/pom.xml" />
+      </list>
+    </option>
+  </component>
+  <component name="ProjectRootManager" version="2" languageLevel="JDK_X" default="true" project-jdk-name="openjdk-20" project-jdk-type="JavaSDK" />
+</project>
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 00000000..35eb1ddf
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="VcsDirectoryMappings">
+    <mapping directory="" vcs="Git" />
+  </component>
+</project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 06d651ca..421d4794 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,14 +17,6 @@
 		<java.version>20</java.version>
 	</properties>
 	<dependencies>
-		<dependency>
-			<groupId>org.springframework.boot</groupId>
-			<artifactId>spring-boot-starter-data-jdbc</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.springframework.boot</groupId>
-			<artifactId>spring-boot-starter-jdbc</artifactId>
-		</dependency>
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-security</artifactId>
diff --git a/target/classes/application.properties b/target/classes/application.properties
new file mode 100644
index 00000000..8b137891
--- /dev/null
+++ b/target/classes/application.properties
@@ -0,0 +1 @@
+
diff --git a/target/classes/ntnu/idatt2016/v233/SmartMat/SmartMatApplication.class b/target/classes/ntnu/idatt2016/v233/SmartMat/SmartMatApplication.class
new file mode 100644
index 0000000000000000000000000000000000000000..b7e7eb2567cd5612ba303cd4a5074e5b982795be
GIT binary patch
literal 769
zcmX^0Z`VEs1_lQPSuO@924;2!79Ivx1~x_pfvm)`ME#t^ymWp4q^#8B5=I6#o6Nk-
z5<5l)W)00Sb_Nbc27|nkyi)zll*Ez}BLhP-{W2qCWBuUV#G(@4#1c5ev7jI)GdZy&
zGe3`ufs28goq>mkftP`gkwGiJC|$p}peQphJ*_A)H?=&!C|f@%Kfgpj7%YgSlaYbB
zs5Fm}AxXmr;WFo(#NuM>Xe5!~5|Clmnm*V}PR`FONv$Z+ch1jC%S<mVN=(X0MY6&f
zB5lpcz~Y>rlFG=y?~|FA>Q|bZlv)%5Qp?C7<ddJAm=l&*lnLTP1zAcmGK(1*jC@E9
z4UkQ_iJ5tf3}PDCJQ2poz>-*$Ud+fKj76G}LBKb)BqKj1AQ2RHC8<Tlj0{}C`K3k4
zscxA$sf-K~u&6-tq#h{r7#SpkO7luGb5p}Ii!(u?ke8QV0*;|#Mg}{qfd`J3#L|-d
zWN7H6LL<p3KfeUY0&50E26hG}1`uFkU<9Qm21W*c1_lOw21W)(1_lOJt?dkq8yOfF
zm>2{Y7#P^Vg6s@}3=9lBU^Xj*5Q8uS0|O_62!kjC6Iinu1IRE21`Z*1tsM-U;RyYp
qgv-Fd#lX(MjbsJ~gBXK20|SEu$U;U2F|c)#U{Z=f8fvW!0|NkQ>Bvt2

literal 0
HcmV?d00001

-- 
GitLab