Commit b23738aa authored by Louis  Jimenez-Hernandez's avatar Louis Jimenez-Hernandez
Browse files

Fix for Git

parent 4d406d2c
Loading
Loading
Loading
Loading

.idea/group2.iml

deleted100644 → 0
+0 −9
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
  <component name="NewModuleRootManager" inherit-compiler-output="true">
    <exclude-output />
    <content url="file://$MODULE_DIR$" />
    <orderEntry type="inheritedJdk" />
    <orderEntry type="sourceFolder" forTests="false" />
  </component>
</module>
 No newline at end of file
+0 −14
Original line number Diff line number Diff line
<component name="libraryTable">
  <library name="Maven: org.apiguardian:apiguardian-api:1.1.2" type="java-imported" external-system-id="Maven">
    <properties groupId="org.apiguardian" artifactId="apiguardian-api" version="1.1.2" />
    <CLASSES>
      <root url="jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar!/" />
    </CLASSES>
    <JAVADOC>
      <root url="jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2-javadoc.jar!/" />
    </JAVADOC>
    <SOURCES>
      <root url="jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2-sources.jar!/" />
    </SOURCES>
  </library>
</component>
 No newline at end of file
+0 −14
Original line number Diff line number Diff line
<component name="libraryTable">
  <library name="Maven: org.junit.jupiter:junit-jupiter-api:5.10.0" type="java-imported" external-system-id="Maven">
    <properties groupId="org.junit.jupiter" artifactId="junit-jupiter-api" version="5.10.0" />
    <CLASSES>
      <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0.jar!/" />
    </CLASSES>
    <JAVADOC>
      <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0-javadoc.jar!/" />
    </JAVADOC>
    <SOURCES>
      <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0-sources.jar!/" />
    </SOURCES>
  </library>
</component>
 No newline at end of file
+0 −14
Original line number Diff line number Diff line
<component name="libraryTable">
  <library name="Maven: org.junit.jupiter:junit-jupiter-engine:5.10.0" type="java-imported" external-system-id="Maven">
    <properties groupId="org.junit.jupiter" artifactId="junit-jupiter-engine" version="5.10.0" />
    <CLASSES>
      <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-engine/5.10.0/junit-jupiter-engine-5.10.0.jar!/" />
    </CLASSES>
    <JAVADOC>
      <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-engine/5.10.0/junit-jupiter-engine-5.10.0-javadoc.jar!/" />
    </JAVADOC>
    <SOURCES>
      <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-engine/5.10.0/junit-jupiter-engine-5.10.0-sources.jar!/" />
    </SOURCES>
  </library>
</component>
 No newline at end of file
+0 −14
Original line number Diff line number Diff line
<component name="libraryTable">
  <library name="Maven: org.junit.platform:junit-platform-commons:1.10.0" type="java-imported" external-system-id="Maven">
    <properties groupId="org.junit.platform" artifactId="junit-platform-commons" version="1.10.0" />
    <CLASSES>
      <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.10.0/junit-platform-commons-1.10.0.jar!/" />
    </CLASSES>
    <JAVADOC>
      <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.10.0/junit-platform-commons-1.10.0-javadoc.jar!/" />
    </JAVADOC>
    <SOURCES>
      <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.10.0/junit-platform-commons-1.10.0-sources.jar!/" />
    </SOURCES>
  </library>
</component>
 No newline at end of file
Loading